1.0.0 • Published 2 years ago

scaffold-express-api v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

 

:dart: About

Scaffold project to getting started with express js API development.

The following tools were used in this project:

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Node installed.

:checkered_flag: Starting

# copy files to root  (windows)
$ start "node_modules/start node_modules/express-api-skelton/run.bat"

# change details in src/config/app.config
# run nodemon app.js or node app.js
# your server running on http://localhost:3000

Made with :heart: by AKHIL E M

 

Back to top