It's a simple and fully responsive MERN Stack web application with authentication, autherisation and CRUD Functionlities
Checkout live website: https://mern-stack-music-app.vercel.app/
- Signup Login and Logout User Account
- JWT (Json Web Token) Authentication and BcryptJS Password Hashing
- Users can do all the CRUD operations with their Albums
- Authorisation for all types of CRUD operations
- Sorting, filtering, and Pagination from backend
To run this project, you will need to add the following environment variables to your .env file in server folder
MONGO_URL
JWT_SECRET_KEY
PORT
-
Create a folder on your system.
-
Open with Visual Studio Code.
-
clone the repo using
git clone https://github.com/gkomsai/mern-crud-app.git
-
Do "npm install" in frontend and "npm install" in the backend and socket folder (To install all the dependencies)
-
Then "npm start" in the frontend and backend folder to run the project on your local system
If you want to contact me, you can reach me through below handles.
Give a ⭐️ if you like this project!