View Demo · Report Bug · Request Feature
This project is a simple mern stack application that helps to maintain our profile . So you can create an account and edit your profile thats all 😄. This project can use to reference for creating a simple mern application with following features ⬇️
- JWT Authorization
- Password hashing
- Form Validation
- CRUD Operations
- Flash messages ..Etc.
-
Configure mongoDb database 📖 Connect with mongoDb atlas
-
Clone the repo
git clone https://github.com/shah21/ProfileSite.git
-
Install NPM packages
npm install
-
Enter your API keys and Database credentials in .env 🗒️ You can find example .env file from repo
MONGO_USER = USER_NAME MONGI_PASSWORD = .... etc...
-
Install NPM packages
npm install
-
Change host ( server address ) on axios/config.ts ( if you want to run project locally )
const host = '<address>'; const BASE_URL = `http://${host}`;
🔖 React bigginner ⏭️ advance Read
🔖 Jsonwebtoken docs Refer
🔖 Express docs Explore
🔖 Exoress validator Learn
Muhsin Shah - @shah21 - muhsinshah21@gmail.com
Project Link: https://github.com/shah21/Data-Bucket.git