/notedly

An API that allows users to create notes, view notes, delete, favorite and update notes.

Primary LanguageJavaScript

Notedly API

This repository contains code for the notedly App API

Tools Used

  • NodeJS
  • Express Server
  • GraphQL Query language
  • Apollo Server
  • Mongo DB

Installation

  • Clone this Repository with $ git clone https://github.com/HermanCeaser/notedly.git
  • Change into the directory of the project
  • Use $ npm install to 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/notedly and JWT_SECRET = yourPassPhrase
  • Use $ npm run dev to start your project
  • Open http://localhost:4000 to view it in the browser