Skip to content

sebischair/seba-master-movie-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seba-master-movie-backend application

seba-master-movie-frontend application can be found here

Prerequisites

Both for the backend and frontend application:

Just for the backend application:

Setup (before first run)

Go to your project root folder via command line

cd path/to/workspace/seba-master-movie-backend

Install node dependencies

npm install

Set up your database

  • Create a new directory where your database will be stored (it's a good idea to separate data and business logic - the data directory should be on a different place than your app)
  • Start the database server
mongod --dbpath "path/to/database"

Start the project

Development environment

npm run dev

Production environment

npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published