Skip to content

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

Notifications You must be signed in to change notification settings

HermanCeaser/notedly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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