A basic REST API for managing Mario Bros franchise data. The API returns data related to Mario characters, games, and their console platforms.
The purpose of this project is to get some practice with TypeScript and start gaining familiarity with the NestJS framework.
The application runs on port 5000. To run and view seed data, clone and install, then run migrations:
-
git clone https://github.com/michaelacook/mario-api.git
-
cd [path/to/mario-api] && npm install
-
npm run migrate && npm run seed
-
npm run start:dev
To view documentation for the endpoints locally, navigate to http://localhost:5000/api
- Node
- TypeScript
- Sequelize
- PostgreSQL (production)
- SQLite (development)
- NestJS
- AWS S3