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_developmentifmongodb://127.0.0.1:27017/codeial_developmentgiving error.
File Location:./config/mongoose.js - Create the Google Developers Console Project and create the project Credentials of Client ID for Web application
- Create
.envfile in the Project Root and copy and paste the information according to.env_samplefile.