Skip to content

AChareun/car-rental-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-Cars

CRUD/ABM operations App for Cars. Done with Express, Nunjucks and SQLite.

Project done in the context of the r/argentinaprograma web development course.

How to Install and Run the App

  • 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.

Other scripts

  • 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.

About the App

To-Do

  • Implement sessions with express
  • More specific Errors
  • ORM and MySql for production
  • Views and scripts for the Frontend with Nunjucks and Bulma

C4 Model Diagrams

CRUD-Cars C4L1 CRUD-Cars C4L2 CRUD-Cars C4L3

About

CRUD/ABM for cars using Express + Nunjucks + SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published