-
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.
- Clone the repository
git clone https://github.com/coder12git/Assignment.git
- Navigate to the project folder
cd Assignment/project
- Install dependencies
npm install
-
Create a file named
.env
in the project folder -
Copy contents of
config.copy.env
to.env
and replace all the environment variables -
To start the server run
npm run dev