- NodeJS
- Express
- MariaDB
My initial idea was to implement:
- Products
- Categories
- Suppliers
- Contacts
- Employees
- Sales
But I ended up giving up on implementing employees and sales because implementing the endpoints started to become very repetitive.
- Clone the repository
- Run
npm installinside the project folder - Create a
.envfile following the example.envexample - Create a database in your MariaDB database matching the
DATABASE_DATABASEin your .env - Run
node .to start the server