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.
- Host: GitHub
- URL: https://github.com/msvalandro/02-api-rest-nodejs
- Owner: msvalandro
- License: mit
- Created: 2025-02-20T20:24:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T20:48:39.000Z (over 1 year ago)
- Last Synced: 2025-06-01T16:44:08.502Z (about 1 year ago)
- Topics: fastify, knex, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.