Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 893 Bytes

File metadata and controls

43 lines (26 loc) · 893 Bytes

Assignment

Demo Video

Important Links

  • To access the login page click on launch app button on home page or go to /auth/login

  • To access the signup page go to /auth/signup

Note -> Once you are login you will be redirected to dashboard page. You can't access the dashboard page if you are not authenticated.

Setting up Local Development

  1. Clone the repository
git clone https://github.com/coder12git/Assignment.git
  1. Navigate to the project folder
cd Assignment/project
  1. Install dependencies
npm install
  1. Create a file named .env in the project folder

  2. Copy contents of config.copy.env to .env and replace all the environment variables

  3. To start the server run

npm run dev