- 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 install
inside the project folder - Create a
.env
file following the example.envexample
- Create a database in your MariaDB database matching the
DATABASE_DATABASE
in your .env - Run
node .
to start the server