Skip to content

rezamasoomin/homelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeLike Assignment

This project is HomeLike Backend (NodeJs) Assignment

Tech Stack

Server: Node, Express

Database: MongoDB

Test: Jest

Documentation: apidoc

Installation

Install with npm

  npm install

Environment Variables

To run this project, you should update the following environment variables to your .env file

DATABASE_URI

DATABASE_NAME

TEST_DATABASE_URI

TEST_DATABASE_NAME

JWT_SECRET

Running Tests

To run tests, run the following command

npm  test

Deployment

To start this project in production mode run this command

npm start

Documentation

To create documents and run it

apidoc -i apps/ -o apidoc/
cd  apidoc
http-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published