- This is a website which takes users details and create account
- After creating account, users can login and see their profile information.
-
Fork the repository.
-
Clone the project.
git clone repository-url
- Navigate to
backend
folder.
cd ./backend
- Install dependencies.
npm install
- Create and update
.env
file.
PORT=YOUR_PORT
MONGODB_URL=YOUR_MONGODB_URI
JWT_SECRET_KEY=YOUR_SECRET_KEY
- Start server.
npm start
- Navigate to
frontend
folder and openindex.html
on browser to view the website.