Skip to content

thunderquake/Full-Stack-JS-engineer-test-assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack-JS-engineer-test-assessment

How to Install and Run the Project

Prior to installing the project user needs to have Node.js, npm, and git installed on their PC.

To install and run:

  • Use git clone to clone the app and go to the folder with the clonned app
  • Run npm i in the frontend and backend folders to install dependencies
  • Run npm run build to build the app
  • Run npm run start to start the app. The frontend server will work on the 3001 port
  • The backend server will work on the 3000 port
  • Example env for backend

    PORT=3000 DATE_NAGER_BASE_URL="https://date.nager.at/api" COUNTRIES_NOW_BASE_URL="https://countriesnow.space/api/v0.1/countries"

    Example env for frontend

    NEXT_PUBLIC_BASE_URL="http://localhost:3000"

    About

    No description, website, or topics provided.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages