Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emanueljcc/crud-api-users

test Emanuel Castillo API
https://github.com/emanueljcc/crud-api-users

Last synced: about 4 hours ago
JSON representation

test Emanuel Castillo API

Awesome Lists containing this project

README

        

## CRUD API Users - test Emanuel Castillo

***Tools used:***
- NodeJS
- Express
- Mongoose
- Nodemon

## Steps to deploy the API

1. `npm install` ó `yarn`
2. `npm run seed` ó `yarn seed`
3. `npm run dev` ó `yarn dev`
4. Ready...

## Important: leave the .env and .env.example file for environment variables for easy deployment.