Skip to content

didiamuri/express-session-redis-api

Repository files navigation

express-redis@api

Node.js version Express.js version Redis version PNPM version MongoDB version

Description

An API using express, mongodb and redis for session management. With the ability to create an account, authenticate and crud for the project with authorization.

Installation

To install the project, run the following command:

pnpm install or npm install or yarn install

Usage

To 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 dev

This will start the server in development mode, which will automatically restart the server when changes are made to the source code.

Building

To build the project, run the following command:

pnpm build or npm run build or yarn build

This will create a dist directory with the built files.

Starting the server

To start the server, run the following command:

pnpm start or npm run start or yarn start

Testing

To run the tests, run the following command:

pnpm test or npm run test or yarn test

Documentation

The documentation for the API can be found in the docs directory.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome!

About

An API using express and redis for session management. With the ability to create an account, authenticate and crud for the project with authorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors