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

https://github.com/msvalandro/02-api-rest-nodejs

This repository contains my studies on creating a Node.js API, developed during the Ignite program by Rocketseat.
https://github.com/msvalandro/02-api-rest-nodejs

fastify knex nodejs typescript

Last synced: about 1 month ago
JSON representation

This repository contains my studies on creating a Node.js API, developed during the Ignite program by Rocketseat.

Awesome Lists containing this project

README

          

# API REST

This repository contains my studies on creating a Node.js API, developed during the Ignite program by [Rocketseat](https://rocketseat.com.br/).

## Installation

Make sure you have Node.js installed on your machine. This project was developed using Node.js v22.13.1, but it should work with previous versions as well.

```bash
# Clone the repository
git clone https://github.com/msvalandro/02-api-rest-nodejs

# Install dependencies
npm install

# Start development server
npm run dev
```

## Technologies

- Node.js
- TypeScript
- Fastify
- Knex.js
- SQLite

## Dependencies

- Node.js (v22.13.1 recommended)
- NPM (comes with Node.js)

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.