HA
Hassan-oladipupo/Online-Stores-Api-V1
Online Store API v1
Introduction:
Welcome to Online Store API v1! This API enables the management of various aspects of an online store, such as user accounts, and products.
Installation:
Clone the repository: git clone https://github.com/Hassan-oladipupo/Online-Store-Api-V1.git
Install dependencies: npm install
Configure environment variables in a .env file:
makefile
Copy code
PORT=3002
MONGODB_URI=mongodb+srv://hassanoladipupo:root@hassanoladipupo.vdfhcxr.mongodb.net/Learn-Node-Api
Start the server: npm run dev
Usage:
After starting the server, interact with the API using HTTP requests. Refer to the API documentation or explore the routes defined in the codebase.