/space-API

Primary LanguageJavaScript

Space API

This is a simple API for managing planets and their satellites, built with Express, Sequelize, and Postgres.

Technologies Used

  • Express
  • Sequelize
  • PostgreSQL
  • Nodemon (development dependency)
  • Sequelize-CLI

Installation

  1. Clone the repository:

    git clone https://github.com/decoOdev/space-API.git
  2. Install the dependencies:

npm i express sequelize pg pg-hstore
sudo npm i -g sequelize-cli

Usage

  1. Start the server:
npm start