CRUD/ABM operations App for Cars. Done with Express, Nunjucks and SQLite.
Project done in the context of the r/argentinaprograma web development course.
- Download the repository.
- Run
npm install
on the project directory. - Copy and paste the file
.env.dist
, change its name to.env
and complete the Environment Variables with your own credentials. npm start
to run the App on production mode.
npm run dev
runs the App on development mode, using Nodemon.npm run test
runs unit tests with Jest and collects code-coverage data.npm run test:dev
runs unit tests with Jest on watch mode.
- Implement sessions with express
- More specific Errors
- ORM and MySql for production
- Views and scripts for the Frontend with Nunjucks and Bulma