Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Osama-Khan/shop-api

Repository files navigation

Shop API

An API for my shopping apps (react-native, react-js). It was started as a practice project for NestJS.

Steps before Setup

  • Create the database in your DBMS

Setup

Run the following commands in order to start up a server

  • Clone the repo: git clone https://github.com/Osama-Khan/shop-api
  • CD into the created directory: cd shop-api
  • Create a copy of .env.example as .env: cp .env.example .env
  • Add database details (host, port, username, etc.) in the .env file
  • Install the dependencies: npm install
  • Seed database (optional): npm run seed
  • Start up the server: npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages