Implement simple token based NodeJS API with login and signup route + POST, GET, DELETE and PATCH requests
- Have a node environment installed
- Have a MariaDB database available
Configuration and credentials from your database can be found in the config.json file.
For more information about how sequelize works, you can find their documentation here
npm run start
You can have a test environment with MySQL installed directly here
docker pull mechameleon/api_nodejs:latest
docker run --name <CONTAINER> -e MARIADB_HOST=<MARIA_DB_CONTAINER_IP> --network <CUSTOM_NETWORK> -dp 5134:5134 mechameleon/api_nodejs:latest