A full stack web project to emulate container-related services seen in popular cloud platforms.
- Python 3.10
- Node.JS
- Docker
git clone https://github.com/deyixtan/nebula
sudo apt install redis
- Rename the
.env.sample
file to.env
- The file can be found in
./backend/.env.sample
- The frontend config file can be found in
./frontend/src/config.jsx
- The backend config file can be found in
./backend/config.jsx
Note: Ensure Docker is running
- Start the backend by navigating to
./backend
and runpython3 run.py
- Start the frontend by navigating to
./frontend
and runnpm run dev