Skip to content

Repository files navigation

App template fullstack repository

Requirements

  • Docker Compose V2

Usage

Clone the repository

A repository linked to apptemplate-backend and apptemplate-frontend repositories, used to run both front and back locally.

Please clone the repository with the submodules first.

git clone --recurse-submodules git@github.com:samonaisi/apptemplate.git
cd apptemplate

If one of the submodules has changed, you can run :

git submodule sync --recursive

Create and populate your .env files

cp ./apptemplate-backend/.env.example ./apptemplate-backend/.env
cp ./apptemplate-frontend/.env.example ./apptemplate-frontend/.env

Run the stack

docker compose up

Get a shell access to the backend container

make backend-bash

Setup the backend

python manage.py migrate
python manage.py collectstatic
python manage.py compilemessages

About

Template for fullstack repository

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages