Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandeepkushwaha/node-codeial-social-site-app

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.
https://github.com/sandeepkushwaha/node-codeial-social-site-app

api backend-api ejs-express expressjs front-end-development javascript jquery middleware mongodb mongoose nodejs nosql rest-api restful scss server web-application

Last synced: 24 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Codeial Social App

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.

## Requirements

Before running applicaiton you need to do following steps:

1. Setup the MongoDB server url path to `mongodb://localhost:27017/codeial_development` if `mongodb://127.0.0.1:27017/codeial_development` giving error.
File Location: `./config/mongoose.js`
2. Create the Google Developers Console Project and create the project Credentials of Client ID for Web application
3. Create `.env` file in the **Project Root** and copy and paste the information according to `.env_sample` file.