A Vehicle Buying and Selling Website
using Angular, Typescript, HTML, CSS, Bootstrap, and MongoDB.
User can edit/delete/view all advertised vehicles and add new ones as well
- User can
View
advertised vehicles details. - User can
Edit
advertised vehicles. - User can
Delete
advertised vehicles. - User can
Add
new vehicles. - User can
Search
between vehicles usingMultiple Options
.
MongoDB
must be configured and should be in working state. You can change theIP Address
or even connect toMongoDB Atlas
by updating the filesrc/backend/server.js
here as per your requirements:
-
Run
the following command insrc
folder andsrc/backend
to install the required node modules:npm install
-
Run
the following command insrc/backend
folder toStart the Server
:npm start
-
Run
the following command insrc
folder toStart the Website
:ng serve --open