Proxima is a project management application developed using the MERN stack. It allows users to create, update, and delete their projects with ease, streamlining the project management process. The app features robust JWT authentication, ensuring the utmost security of user data.
- Create, update, and delete projects with ease
- Robust JWT authentication for secure access
- Streamlined project management process
- MERN stack (MongoDB, Express.js, React.js, Node.js)
- JWT authentication
- Clone the repository: Client: git clone https://github.com/tufaelahmedbd/proxima-client.git Server: git clone https://github.com/tufaelahmedbd/proxima-server.git
- Install dependencies for both client and server:
cd proxima/frontend
npm i
cd proxima/backend
npm i
- Create a .env file in the server directory and set the following environment variables MONGO_URI= SECRET=
- Run the client and server concurrently:
cd proxima/frontend
npm start
cd proxima/backend
npm run dev