Welcome to the Proxima project repository! This web application uses CRUD operations and JWT authentication to manage data related to a specific domain. Using the API endpoints, you can easily create, read, update, and delete data, while ensuring secure access through authentication.
Welcome to the Proxima project repository! This web application uses CRUD operations and JWT authentication to manage data related to a specific domain. Using the API endpoints, you can easily create, read, update, and delete data, while ensuring secure access through authentication.
git clone https://github.com/Shm-Rsuf/proxima-client.git
cd proxima-client
npm install
npm start
https://localhost:3000
https://github.com/Shm-Rsuf/proxima-server.git
cd proxima-server
npm install
.env
file in the server directory and set the necessary environment variables (e.g., MongoDB URI, JWT secret key).MONGODB_URI
: the MongoDB connection stringJWT_SECRET
: a secret string for JWT authenticationnpm start