Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

diego-antonelli/lovr-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lovr Backend

  • To configure, make sure you create a file .env in the root folder of your project. Add the following variables:
MONGO_URI=mongodb://user:password@localhost/database
DATABASE=database
NODE_ENV=development

Database

  • You need to create the initial collections at your MongoDB database: profiles, sessions

API Documentation

  • API documentation is built using Swagger UI, to check the available API docs, access http://localhost:3000/api-docs

About

Lovr Backend using Node and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published