Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/npastrami/customscomp


https://github.com/npastrami/customscomp

Last synced: 3 days ago
JSON representation

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
```