Orbit Council is a powerful project management app built using the MERN stack. With Orbit Council, users can create, update, and delete their own projects with ease. The app is highly secure, featuring robust JWT authentication and frontend route protection. In addition, the app boasts a sleek and intuitive user interface, built using Tailwind CSS.
Orbit Council comes packed with a variety of useful features, including:
- Effortlessly manage projects: Create, update, and delete projects quickly and easily using the user-friendly interface.
- Robust security features: The app features highly secure JWT authentication and frontend route protection, ensuring that your data is always safe and secure.
- User-specific project views: Users can only see the projects they have created, ensuring that project information is kept private and secure.
- Intuitive and streamlined UI: The app's sleek and intuitive user interface makes managing projects a breeze.
Orbit Council is built using the MERN stack, featuring the following powerful tools:
- MongoDB: A highly flexible NoSQL database, ideal for managing large and complex data sets.
- Express: A popular and highly flexible backend web application framework for Node.js.
- React: A powerful and popular frontend JavaScript library, ideal for building user interfaces.
- Node.js: A powerful and popular server-side JavaScript runtime environment.
- Tailwind CSS: A highly customizable CSS framework, designed to make building sleek and intuitive user interfaces a breeze.
To install Orbit Council, follow these simple steps:
- Clone the
client
repository usinggit clone https://github.com/shohan-pherones/orbit-council-client.git
- Clone the
server
repository usinggit https://github.com/shohan-pherones/orbit-council-server.git
- Install the required dependencies by running
npm install
ornpm i
in both theclient
andserver
directories. - Create a
.env
file in the root directory ofserver
and add the following variables:MONGO_URI
: the MongoDB connection stringSECRET
: a secret string for JWT authentication
- Create a
.env
file in the root directory ofclient
and add the following variable:REACT_APP_BASE_URL
: for examplehttp://localhost:5000
- Start the backend server by running
npm start
. - Start the frontend by running
npm start
.