NebulaDB aims to make database connections faster and easier. This repository contains both frontend and backend code for the NebulaDB application.
- Fast Connections: Quickly connect to various databases.
- User-Friendly Interface: Simple and intuitive UI for managing database connections.
- Secure: Ensures safe and encrypted connections to databases.
- Frontend: JavaScript, HTML, CSS
- Backend: Node.js, Express
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/Shashankpantiitbhilai/NebulaDB.git cd NebulaDB
-
Install dependencies for both frontend and backend:
cd frontend npm install cd ../Backend npm install
-
Start the backend server:
cd Backend npm start
-
Start the frontend server:
cd ../frontend npm start
-
Open your browser and navigate to
http://localhost:3000
We welcome contributions! Follow these steps to contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a pull request
Feel free to submit issues and enhancement requests on the issues page.
This project is licensed under the MIT License - see the LICENSE file for details.
For more information, visit the NebulaDB Project page.