Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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