Skip to content

bankerneel/sample-app

Repository files navigation

Sample CRUD Application

  • This is an Sample Repository, the Code is Available as Open Source.

Install & Run sample-app

  • It will run the Application at port 3000
  cd sample-app
  npm install
  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB_URL="mongodb://localhost:27017/crud" NODE_ENV="DEV"

About

Sample Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published