/altschool-blogging-api

This repo is for alt school second semester project

Primary LanguageJavaScript

altschool-blogging-project

This repo is for alt school first semester mini project (To do App)

Hosted Link

Click here

ERD Link

Click here

Documentation

To run this project:

  • Clone the project
  • Run npm install to install all dependencies and devDependencies
  • Create a .env file baased on .env.example file in the project.
  • To run Test:
  • Run npm test
  • To run the project:
  • Run npm run dev