An application using react, nextjs, express, mongodb and redis for session management. With the ability to create an account, authenticate and crud for the project with authorization.
To install the project, run the following command:
pnpm install or npm install or yarn installTo use the project, you need to have Node.js and npm, pnpm or yarn installed on your machine.
Once you have installed the required dependencies, you can start the server by running the following command:
pnpm dev or npm run dev or yarn devThis will start the server in development mode, which will automatically restart the server when changes are made to the source code.
To build the project, run the following command:
pnpm build or npm run build or yarn buildThis will create a dist directory with the built files.
To start the server, run the following command:
pnpm start or npm run start or yarn startThe documentation for the API can be found in the docs directory.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome!