Skip to content

milorddev/CarRentalWebsite_FullStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CarRentalWebsite_FullStack

an example of full stack node development.

Frontend was made using Angular7 and Bootstrap

Backend was made using Node, Express, Sequelize, and sqlite3

How to run

Clone the project, then cd into the project Make two terminals, then

FRONTEND

cd frontend
npm i
ng serve --open

BACKEND

cd backend
npm i
node index.js

Thats it!

(You may have to npm install -g @angular/cli also)

About

an example of full stack node development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published