Skip to content

Latest commit

 

History

77 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EzPark Backend

Dev Config

  1. Run npm install
  2. Run npm run start
  3. Open http://localhost:5000

MongoDB via Docker

The command below will pull, build, and run a mongoDB, accessible only through localhost on port 27017

docker run -d --name mongo -v ~/mongo/data:/data/db -p 127.0.0.1:27017:27017 mongo:latest

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages