Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emanueljcc/crud-api-users
- Owner: emanueljcc
- Created: 2020-05-17T08:32:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T18:38:58.000Z (over 1 year ago)
- Last Synced: 2023-03-07T17:42:13.864Z (over 1 year ago)
- Language: JavaScript
- Size: 598 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.