Skip to content

dhhepting/ItemApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ItemApp

A MERRN example with Bootstrap

Starting points for this code:

Installing and Running

To install dependencies:

npm install

To run in development:

npm run dev

To run the server:

npm run server

To run the client:

npm run client

You have to edit the mongodbURI in config/keys.js with your information. The file should have a form like this:

module.exports = {
    mongodbURI: 'mongodb+srv://'
}

See the MongoDB tutorial above for details.

To Do

A lot!

About

A MERRN example with bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published