Skip to content

A Platform as a Service (PaaS) for easy and quick deployment of the frontend of your application.

License

Notifications You must be signed in to change notification settings

helios2003/Nebula-Nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebula-Nest

This project provides a simple way to deploy the frontend of the applications.

Getting Started

  • 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.example to .env and fill the required details.

For the database

  • Navigate to db/ and rename .env.local.example to .env and fill the database URL.
  • Run npm install and then run npx prisma migrate dev --name <commit-message> to migrate the database and npx prisma generate to generate the Prisma Client.

For the servers

  • Rename .env.example to .env and fill the required details.
  • Run the command ./start.sh to install the dependencies and start all the 3 servers.
  • Run ./stop.sh to stop all the servers.

For the frontend

  • Go into frontend/ directory.
  • Run npm install to install the dependencies and then run npm run dev to start the frontend.

Screenshots

HOME PAGE

Home Page

DETAILS PAGE (where you can set the configuration for the project)

Dashboard Page

DEPLOYMENT LOGS

Logs Page

DEPLOYED FRONTEND

View Website

Tech Stack

Frontend

  • React as the web framework.
  • Tailwind CSS and ShadCN UI for styling.

Backend

  • NodeJS + Express as the primary stack.
  • AWS / Cloudflare for cloud infrastructure.
  • PostgreSQL as the database.
  • RabbitMQ for message queueing.
  • Docker for sandboxing.

License

The project is licensed under MIT License.

About

A Platform as a Service (PaaS) for easy and quick deployment of the frontend of your application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published