Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sandeepkushwaha/node-codeial-social-site-app
- Owner: SandeepKushwaha
- Created: 2023-08-18T15:54:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-02T12:51:53.000Z (9 months ago)
- Last Synced: 2024-11-13T10:09:59.741Z (3 months ago)
- Topics: api, backend-api, ejs-express, expressjs, front-end-development, javascript, jquery, middleware, mongodb, mongoose, nodejs, nosql, rest-api, restful, scss, server, web-application
- Language: JavaScript
- Homepage:
- Size: 611 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.