Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadihammurabi/expressjs-api-starter
https://github.com/hadihammurabi/expressjs-api-starter
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hadihammurabi/expressjs-api-starter
- Owner: hadihammurabi
- License: mit
- Created: 2019-07-28T09:10:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:54:59.000Z (about 2 years ago)
- Last Synced: 2024-11-07T08:39:05.481Z (about 2 months ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [ExpressJS](https://expressjs.com) RESTful API Starter
This is starter pack to create RESTful API using ExpressJS library and ES6 support using [Babel](https://babeljs.io/).## What's inside?
1. ExpressJS
2. Body Parser## How to use
1. Clone this repository by running this command
`$ git clone https://github.com/hadihammurabi/expressjs-api-starter awesome-api`
2. Go to our directory using this command
`$ cd awesome-api`
3. Install all dependencies by running this command
`$ npm i`Now, you can run npm scripts to:
1. run on production
`$ npm start`
2. run on development
`$ npm run dev`
3. production building
`$ npm run build`
4. cleaning project
`$ npm run clean`