- React js
- PWA
- Materializecss
- Node js
- Express js
- MongoDB
- Mongoose
- Nodemailer
- Sendgrid
- JWT
- etc
- Sign In Users
- Sign Up Users
- Update Profile
- Create Post
- Delete Post
- See All Posts
- Following and Unfollowing Users
- Like and Unlike Users
- Comments Posts
- See Following Posts
- See Another User Profile
- Search Users
- Send Email
- Reset Password
This URL has the application deployed in
You can open the root folder in cmd or terminal and write this
npm install
And you need to create the config.env file in the root folder and add some environment, including
NODE_ENV= node env what you want
PORT= port what you want
DATABASE= your database
SENDGRID_API_KEY= your sendgrid api key
JWT_SECRET= jwt secret what you want
To start the node server
npm run start-dev
To start react
npm start