This is a simple API for managing planets and their satellites, built with Express, Sequelize, and Postgres.
- Express
- Sequelize
- PostgreSQL
- Nodemon (development dependency)
- Sequelize-CLI
-
Clone the repository:
git clone https://github.com/decoOdev/space-API.git
-
Install the dependencies:
npm i express sequelize pg pg-hstore
sudo npm i -g sequelize-cli
- Start the server:
npm start