An open API service indexing awesome lists of open source software.

https://github.com/jack-carling/nodejs-assignment

School assignment - e-commerce
https://github.com/jack-carling/nodejs-assignment

api json-database lowdb nodejs

Last synced: 3 months ago
JSON representation

School assignment - e-commerce

Awesome Lists containing this project

README

        

# Node.js assignment

School assignment - Node.js course

## About

An e-commerce platform with an API and a JSON-database.

## Setup

```bash
# Install dependencies
npm install

# Run server
node server.js
```

## Screenshot

![](https://user-images.githubusercontent.com/72305598/134016386-3b120177-7d4e-4fde-81fc-24eb621c80a1.png)