Skip to content

Basic backend app using NestJS and MongoDB for a sleep counting application

Notifications You must be signed in to change notification settings

marciobera/sleep-counting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Sleep Counting App

This is the backend for the Sleep Counting App. It is built using NestJS.

Tools Used

  • NestJS: The main technology used for building the backend.
  • MongoDB: The database used for storing data.
  • Jest: The testing framework used for running tests.
  • Docker: Any other tools used in the project.

Setup

  1. Clone the repository: git clone https://github.com/marciobera/sleep-counting-app.
  2. Navigate into the project directory: cd sleep-counting-app/backend.
  3. Install the dependencies: npm install.
  4. Set up the database: docker-compose up.
  5. Start the server: npm run start:dev.

Running Tests

  1. Navigate into the project directory: cd sleep-counting-app/backend.
  2. Run the tests: npm run test and npm run test:e2e.

About

Basic backend app using NestJS and MongoDB for a sleep counting application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published