Skip to content

HNGi7-Team-Falcon/Fund-My-Laptop-Backend

Repository files navigation

FundMyLaptop

A website where people can raise money for their laptop purchase or repair

Installing

Run npm install to install all the packages required to start the server.

Running the server

Run npm start or npm run server (uses nodemon) to start the server, with the defaault configuration it should be running on http://localhost:2020/.

Test

Run npm test to install all the packages required to start the server.

Prerequisite

  • Mongodb server
  • NodeJs

Packages

  1. express
2. express-async-errors
  1. mongoose
4. morgan
  1. nodemon