For Introduction and Understanding the project head over here
Make sure you have nodejs and nodemon installed
git clone https://github.com/Echo-CBT/Echo-CBT-Server.git
cd Echo-CBT-Server
npm install
- create a
.env
file in the project root directory and add the following contentHere the email you use should have less secure apps enabled.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"
npm run dev
Server | Base Link |
---|---|
Heroku Server | https://echo-cbt-server.herokuapp.com/ |
We use GitHub Issues for tracking bugs and feature requests, so feel free to open one if you find any :)