JCDWHIZ /
TaskMaster-Project
This is a backend server created using node and express for the capstone frontend project. Which involve all operations for the frontend application
Loading repository data…
Bria222 / repository
This project is a Node.js-based RESTful API built with Express and MongoDB, featuring JWT (JSON Web Tokens) for secure user authentication. The API allows users to register and login, storing encrypted passwords in the database. It leverages JWT to generate tokens for authenticated requests and provides access to protected routes based on the token
Description the project. This project is a Node.js-based RESTful API built with Express and MongoDB, featuring JWT (JSON Web Tokens) for secure user authentication. The API allows users to register and login, storing encrypted passwords in the database. It leverages JWT to generate tokens for authenticated requests and provides access to protected routes based on the token's validity. The API's tech stack includes Node.js for its runtime environment, Express for web framework, MongoDB for data storage, and Bcrypt.js for password hashing. The API is ready to use, and contributions are welcome for enhancements and new features.
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
To get a local copy up and running follow these simple example steps.
npm install
run the server nodemon run dev
http://localhost:4001/register
{ "first_name": "brian", "last_name": "nyachae", "email": "nyachae", "password": "brian" }
http://localhost:4001/login
`{
"email": "nyachae",
"password": "brian"
}`
👤 Author
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.
Selected from shared topics, language and repository description—not editorial ratings.
JCDWHIZ /
This is a backend server created using node and express for the capstone frontend project. Which involve all operations for the frontend application