Skip to content

Kelvinmti/GymPointAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GymPointAPI

This is an example of an API that includes some common routines used to manage a gym.

💻 Technologies

  • Node.js
  • ORM Sequelize
  • Postgres

🛠 Setup

To clone and run this application, you will need:

After installing postgres create a new database called "gympoint"and edit the file "src/config/database.js" with your database credentials.

From your command line:

# Clone this repository:
$ git clone https://github.com/Kelvinmti/GymPointAPI.git
# Go into the repository:
$ cd GymPointAPI
# Install dependencies with yarn:
$ yarn
# Run the database migrations using sequelize, to create the tables:
$ yarn sequelize db:migrate

📌 Usage

Now you are ready to start e test the API.

From your command line:

# Start the server
$ yarn start

Now you can test the API using Postman or Insomnia.

About

An API to manage a Gym.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors