Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.