Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcodex/rs-module01-api-challenge
NodeJS challenge from Rocketseat's bootcamp
https://github.com/mcodex/rs-module01-api-challenge
cors expressjs jest
Last synced: about 11 hours ago
JSON representation
NodeJS challenge from Rocketseat's bootcamp
- Host: GitHub
- URL: https://github.com/mcodex/rs-module01-api-challenge
- Owner: mCodex
- Created: 2020-04-26T17:33:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:18:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T01:07:44.002Z (9 months ago)
- Topics: cors, expressjs, jest
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Challenge
![Node.js CI](https://github.com/mCodex/rs-module01-api-challenge/workflows/Node.js%20CI/badge.svg)
The challenge consists in building an CRUD repository API.
## 📚 Libraries:
* [ExpressJS](https://expressjs.com/)
* [Jest](https://jestjs.io/)## 📦 Installation
It is easy, just run:
* `yarn` - to install dependencies
* `yarn dev` - to start development mode
* `yarn test` - to test the code