Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npastrami/coinpots
https://github.com/npastrami/coinpots
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/npastrami/coinpots
- Owner: npastrami
- Created: 2024-02-22T02:53:00.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-04T20:49:49.000Z (9 months ago)
- Last Synced: 2024-03-08T03:32:40.884Z (9 months ago)
- Language: TypeScript
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```