This is the back-end of Kuizu, you can check front here!!
Kuizu-API is the part of back-end that needs the front of Kuizu project.
- 1º: Install NodeJS with npm
- 2º: Configure the env file
- 3º: Run this in console to install the packages -> npm i -S
- 4º: Now you can start the api with -> npm start
If you need more information about the scripts, check nodejs.
You need to create an .env file in the project root with the following environment variables configured:
-
PORT:
PORT = 3005
-
URL TO DB:
URL_DB = mongodb://...
SECRET = YOUR_SECRET_WORD
This project was made by Jesé Ramon Barcones