Skip to content

okcoders/express-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Starter Template

This is a very basic express app, with minimal setup, and with the intent of only server json api responses.

Getting project running

After cloning or download the project, run:

npm install

To start developing, run:

npm start

Setting up the db

in the server/db/database.js file, there is a url currently using localhost - change this to your mongodb connection url

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published