Skip to content

Cron-J/Express-Mongoose-Angular-Node.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-Mongoose-Angular Example

The purpose of this app is to show a new way to work with Express.js, Mongodb, Mongoose, Angular.js.

Install an app

Run the following command in root directory of an app in command prompt.

Install node packages

server/ node install

Install bower components

client/src/ bower install

Run an app

Run Server

Run the following command in root directory of an app in command prompt.

server/ node server.js

You can see the port number in command prompt after sucessfull run

You can change the settings in server/config/config.js file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 90.8%
  • HTML 9.2%