Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 766 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 766 Bytes

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.