This repository contains code for the notedly App API
- NodeJS
- Express Server
- GraphQL Query language
- Apollo Server
- Mongo DB
- Clone this Repository with
$ git clone https://github.com/HermanCeaser/notedly.git - Change into the directory of the project
- Use
$ npm installto install all the dependencies of the project. - set up your database
- Download and install MongoDB
- Create a dotenv file in your root project folder
- Insert a variable
DB_HOST = mongodb://localhost:27017/notedlyandJWT_SECRET = yourPassPhrase - Use
$ npm run devto start your project - Open http://localhost:4000 to view it in the browser