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

https://github.com/cuongnb14/landing-page


https://github.com/cuongnb14/landing-page

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# landing_page

A short description of the project.

## Step 1: Install coreui theme

`make install-coreui`

## Step 2: Install requirements

`pip3 install -r requirements.txt`

## Step 3: Run

- with docker: `docker-compose up -d`

- without docker: `make run`

## Create new app
```
./startapp.sh
```

## Utils commands

```
# remove all migration files
make remove-all-migrations

# remove all tables in database
python3 manage.py reset_db

# show all urls
python3 manage.py show_urls

```