This project provides a simple way to deploy the frontend of the applications.
- Clone the project into your local system using the comand:
git clone https://github.com/<your-username>/Nebula-Nest.git
- Change the directory to
Nebula Nest. - Rename
.env.exampleto.envand fill the required details.
- Navigate to
db/and rename.env.local.exampleto.envand fill the database URL. - Run
npm installand then runnpx prisma migrate dev --name <commit-message>to migrate the database andnpx prisma generateto generate the Prisma Client.
- Rename
.env.exampleto.envand fill the required details. - Run the command
./start.shto install the dependencies and start all the 3 servers. - Run
./stop.shto stop all the servers.
- Go into
frontend/directory. - Run
npm installto install the dependencies and then runnpm run devto start the frontend.
HOME PAGE
DETAILS PAGE (where you can set the configuration for the project)
DEPLOYMENT LOGS
DEPLOYED FRONTEND
- React as the web framework.
- Tailwind CSS and ShadCN UI for styling.
- NodeJS + Express as the primary stack.
- AWS / Cloudflare for cloud infrastructure.
- PostgreSQL as the database.
- RabbitMQ for message queueing.
- Docker for sandboxing.
The project is licensed under MIT License.



