8000 GitHub - karandeep4084/sample-app: Sample Web Application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

karandeep4084/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

Languages

  • JavaScript 43.7%
  • CSS 39.0%
  • EJS 10.9%
  • HTML 2.9%
  • Dockerfile 2.8%
  • Shell 0.7%
0