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

https://github.com/pimp-my-book/pmb-plus-frontend

PMB Plus' frontends. A marketplace for second hand textbooks. 🛒
https://github.com/pimp-my-book/pmb-plus-frontend

Last synced: about 2 months ago
JSON representation

PMB Plus' frontends. A marketplace for second hand textbooks. 🛒

Awesome Lists containing this project

README

        

# pmb-plus-frontend 🎇

This PMB Plus' frontend that allows students to buy second hand textbooks from each other.

Backend API [repo](https://github.com/pimp-my-book/pmb-plus-backend) 📡

## Stack 💾

* Next.JS
* AWS Lambda (Hosting)
* Apollo Client
* AWS Amplify
* Tailwind CSS
* Styled Components

## Installation 🚁

Clone the repo and do the following

cd into the correct directory
```
$ cd pmb-plus-frontend/web
```

install the dependancies
```
$ yarn install
```
build the application so it runs on local host
```
$ yarn build
```