Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npastrami/customscomp
https://github.com/npastrami/customscomp
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/npastrami/customscomp
- Owner: npastrami
- Created: 2024-06-25T03:46:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T01:51:59.000Z (4 months ago)
- Last Synced: 2024-08-15T00:21:02.068Z (3 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customs Computer (Mono-Repo)
## To run the API:
1. Install pipenv
```
pip install pipenv
```
2. Install packages from pipfile:
```
pipenv install
```
3. Activate virtual environment:
```
pipenv shell
```
4. Run backend server:
```
python main.py
```--- Warning: pipenv outdated, you may need to install some additional packages.
## To run the App:
1. Install packages:
```
npm install
```
2. Run frontend server:
```
npm run dev
```