This repository contains the following directories:
-
Rest API: This directory contains the codebase for the backend RESTful API used by the Fitness Shop application. For more information go in the
/apidirectory. -
Scripts: This directory contains scripts used for preloading the database with initial data. For more information go in the
/scriptsdirectory.
To get started with the Fitness Shop project, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/PetarIvanov01/DrizzleExpress-API.git
-
Set up the backend RESTful API by following the instructions in the api/README.md file.
-
Preload the database with initial data by running the scripts provided in the
Scriptsdirectory. Instructions for running the scripts can be found in the scripts/README.md file. -
Once the backend API is set up and the database is populated, you can start developing or using the Fitness Shop application!
This REST API is primarily developed for learning purposes. It may not adhere to all industry best practices, and there could be areas that need improvement. If you intend to use it I strongly recommend it to be only for educational purposes.
This project is licensed under the MIT License.