Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/npastrami/coinpots


https://github.com/npastrami/coinpots

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

Setup Backend Python Using Quart
---
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
---
### Set port
.env
```
PORT=8081
```

## Project setup

To launch frontend, in the project directory, you can run:

```
yarn install
yarn start
```

To launch backend, enter /api and run:

```
python3 main.py
```