This is my assessment project repository in which I created a MERN stack web application. The app includes a login/signup form and two pages:
- Login/Signup Page: Where users can log in or sign up.
- Home Page: Where users can update, view, or delete their profiles. Below the user’s profile, the details of all other users are listed as asked in assesment.
npm install
npm run dev
-
Navigate to the
backend
folder inside the project folder. -
Open the terminal in that path.
-
npm install
-
node server.js
-
Make Sure That YOu Have .env File in Your backend folder
Note: You will need to set up the environment variables. The .env
file should contain:
- A JWT key for password encoding
- A MongoDB connection string
For the website's base design, I used Figma (image below).
- ReactJS
- Bootstrap 5
- ExpressJS
- NodeJS
- MongoDB (Free Hosted on MongoDB Cluster)
- For connecting to my db contact me for env file