Experience seamless social interaction with this platform. Create, update, and delete posts and comments, manage your profile, and explore other users' profiles. Harness the power of REST API for efficient data handling.
Before running applicaiton you need to do following steps:
- Setup the MongoDB server url path to
mongodb://localhost:27017/codeial_development
ifmongodb://127.0.0.1:27017/codeial_development
giving error.
File Location:./config/mongoose.js
- Create the Google Developers Console Project and create the project Credentials of Client ID for Web application
- Create
.env
file in the Project Root and copy and paste the information according to.env_sample
file.