Skip to content

Echo-CBT: App Server | Nodejs | JavaScript | MongoDB

License

Notifications You must be signed in to change notification settings

Echo-CBT/Echo-CBT-Server

Repository files navigation

Echo CBT

GitHub repo size GitHub issues GitHub pull requests GitHub Repo stars GitHub


For Introduction and Understanding the project head over here


For Developers

Make sure you have nodejs and nodemon installed

  1. git clone https://github.com/Echo-CBT/Echo-CBT-Server.git
  2. cd Echo-CBT-Server
  3. npm install
  4. create a .env file in the project root directory and add the following content
    MONGO_DB = "<database name>"
    MONGO_PASS = "<database access user password>"
    MONGO_USER = "<database access user id>"
    USER_NAME = "<your email id>"
    USER_PASSWORD = "<your email password>"
    PORT = "8080"
    
    Here the email you use should have less secure apps enabled.
  5. npm run dev

Servers Online

Server Base Link
Heroku Server https://echo-cbt-server.herokuapp.com/

Postman

Run in Postman


Having Issues

We use GitHub Issues for tracking bugs and feature requests, so feel free to open one if you find any :)


Made with ❤️ by Team Echo

About

Echo-CBT: App Server | Nodejs | JavaScript | MongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published