Skip to content

Proxima is a robust project management platform created using the MERN stack. The application empowers users to effortlessly create, update, and delete their projects. With highly secure features such as sturdy JWT authentication and robust frontend route protection, Proxima ensures the utmost security of user data

Notifications You must be signed in to change notification settings

tufaelahmedbd/proxima-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxima

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.

Features

  • Create, update, and delete projects with ease
  • Robust JWT authentication for secure access
  • Streamlined project management process

Technologies Used

  • MERN stack (MongoDB, Express.js, React.js, Node.js)
  • JWT authentication

Installation and Usage

  1. Clone the repository: Client: git clone https://github.com/tufaelahmedbd/proxima-client.git Server: git clone https://github.com/tufaelahmedbd/proxima-server.git
  2. Install dependencies for both client and server:
cd proxima/frontend
npm i
cd proxima/backend
npm i
  1. Create a .env file in the server directory and set the following environment variables MONGO_URI= SECRET=
  2. Run the client and server concurrently:
cd proxima/frontend
npm start
cd proxima/backend 
npm run dev

Links

Frontend Repo Backend Repo

About

Proxima is a robust project management platform created using the MERN stack. The application empowers users to effortlessly create, update, and delete their projects. With highly secure features such as sturdy JWT authentication and robust frontend route protection, Proxima ensures the utmost security of user data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published