https://github.com/abayo-luc/sneaker-city-api
https://github.com/abayo-luc/sneaker-city-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abayo-luc/sneaker-city-api
- Owner: abayo-luc
- Created: 2020-10-03T09:37:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T09:20:43.000Z (over 4 years ago)
- Last Synced: 2025-01-27T09:11:17.974Z (4 months ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/abayo-luc/sneaker-city-api/actions) [](https://codeclimate.com/github/abayo-luc/sneaker-city-api/test_coverage) [](https://codeclimate.com/github/abayo-luc/sneaker-city-api/maintainability)
# sneaker-city-api
This the backend that powers Senakers City (BK Coding exercise).
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
## Local Setup
A step by step series of examples that tell you how to get the development environment running
Clone the repo from github and install dependencies through npm.
```
git clone https://github.com/abayo-luc/sneaker-city-api.git
cd sneaker-city-api
npm install
```### Available commands
- start the development sever: `npm run dev`
- Build production ready code: `npm run build`
- Start production server: `npm run start`
- Run test: `npm run test`### Technologies
- NodeJS / Express
- Jest / Supertest