Skip to content

DiDoo.com project for SEBA master course 2018.

Notifications You must be signed in to change notification settings

Kailiangdong/DiDoo.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiDoo.com

The DiDoo.com project contains frontend, backend and database.

Setup (before first run)

Go to your project root folder via command line

cd path/to/workspace/DiDoo.com

Install node dependencies

Open command shell in backend and frontend fodlers and run: 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 relative/path/to/database
  • Create all database schemes and import data to begin with
Open command shell in the backend folder and run: mongorestore dump/

About

DiDoo.com project for SEBA master course 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%