Skip to content

nailliK/starter-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Node Project Starter ##Please replace the contents of the public directory with the front-end project starter.

#To start this application ##cd into the webroot and type the following comands: sudo su #only if you are on the server npm install #install Node application dedpendencies mkdir data && mkdir data/db && mkdir log #create data/db and log directories for MongoDB chmod 777 log -R && chmod 777 data -R #make directories writeable for MongoDB mongod --fork --logpath ./log/mongodb.log --dbpath data/db --smallfiles #start MongoDB as a Daemon sudo nodemon bin/www #start Node application as a Daemon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published