Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stack-analyze/api-template
https://github.com/stack-analyze/api-template
expressjs motor-de-plantillas rest-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stack-analyze/api-template
- Owner: stack-analyze
- License: other
- Created: 2019-11-23T02:01:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:30:27.000Z (about 2 years ago)
- Last Synced: 2024-04-14T10:05:39.951Z (8 months ago)
- Topics: expressjs, motor-de-plantillas, rest-api
- Language: JavaScript
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# api-template
Project open-source the intermachine developers.
projecto libre para la realizacion de API y/o crud usando el motor de plantillas pug
modules:
+ express
+ nodemon (**dev dependencies**)
+ mongoose
+ cors
+ dotenv
+ pug (motor de plantillas)## Available Scripts
In the project directory, you can run:
### `npm install or yarn install`
Runs for install all packages the project.### `npm start or yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### `npm run dev or yarn dev`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any nodejs errors in the console.