Source code for SUN* Ecommerce project.
-
Clone the repository
-
Create a
.envfile in bothbackendandfrontenddirectories. Please refer to the.env.examplefiles for more information. -
Start the docker containers
docker-compose up
For the first time, you need set up the backend application, refer to the FastSchema Getting Started for more information.
-
Access the dashboard at
http://localhost:8000 -
Access the API documentation at
http://localhost:8000/docs -
Access the frontend at
http://localhost:8000 -
Check the logs
docker-compose logs -f