Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.83 KB

File metadata and controls

68 lines (46 loc) · 1.83 KB

Full StackWebsite:

This project is build using ReacJs, Express and MongoDB for database and authorization is done using JWT.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_URL

SECRET

PORT

Run Locally

Clone the project

  git clone https://github.com/NigamDevansh/The-Internet-folks-Assignment

Go to the project directory

  cd my-project

Install dependencies over both frontend and backend folder respectively.

  npm install

Start the frontend

  cd frontend
  npm run dev

Start the server

  cd backend
  npm start

After successfully running the project it must look like below.

Screenshots

1 2 3 4 5 6

7 8 9 10