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: 4 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:18:19.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:17:50.302Z (6 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

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