This project is a full stack authentication module. After cloning the repository, follow the instructions below to set up the development environment and test the code.
- JavaScript: The programming language used for development.
- Express.js: A web framework built on Node.js that simplifies building web applications and APIs. It provides a robust middleware routing system and error handling mechanisms.
- MongoDB: A NoSQL database known for its flexibility and scalability. It utilizes a document-oriented data model, allowing for dynamic data structures and powerful querying capabilities.
-
Clone the repository:
git clone https://github.com/Gowater20/fullStackAuth.git
-
Navigate to the project directory:
cd <project-name>
-
Install all the libraries mentioned in the
package.jsonfile:npm install
To start the server, run the following command:
npm start