This is the backend of the InfoReader project. It is a REST API that is used to manage the data of the InfoReader project.
Optional tools:
# Clone the repository
$ git clone https://github.com/marcode24/inforeader-backend
# Go inside the directory
$ cd inforeader-backend
# Install dependencies
$ npm install
# Start the server
$ npm run start
To run this project, you will need to add the following environment variables to your .env
file in the root of the project:
PORT
- The port number where the server will runMONGO_URL
- The URI of the MongoDB databaseJWT_SECRET
- The secret key used to sign the JWT tokens for authentication and authorization purposes
This project is licensed under the MIT License. See the LICENSE file for details. π