git clone git@github.com:thomascastle/effectively-server.git
cd effectively-server
npm install
The project connects to mongodb://localhost:27017/effectively and runs on port 4000.
Create a database named effectively on your local MongoDB server.
To provide your own configurations,
create .env file in your project root folder and
provide your own values to DB_HOST and PORT keys in the file.
To start the server, run
npm start
The server should be up and running.
This is just a practise project developed while learning new and interesting things.
- Apollo Server
- GraphQL
- MongoDB
- Mongoose