isaacTadela / Unofficial-Chevrolet-Auto-shop

This is a simple web app with CRUD operations, i used a HTML, CSS, NodeJS and MongoDB Atlas cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unoffical Chevrolte Auto shop.

This project is a simple web app with CRUD operations, i used a HTML, CSS and JS for the front end, NodeJS in the back and MongoDB Atlas cloud for a NoSQL database system.

Getting Started

Prerequisites

In case you want to use it yourself you will need to prepare the following:

MongoDB account with: Cluster named cluster1, a database named 'chevroletGarage' and 2 collections 'treatments' and 'users'.

You need to have the following installed:

  1. Nodejs
  2. NPM
  3. Install the NodeJS dependencies via the following command:
npm install

Go to '.env_sample' update your password and user name to your MongoDB account and change the file name to '.env'.

and start

npm start

Home page Screenshot of home page

Inserting a treatment page Screenshot of inserting a treatment page

Tabel page Screenshot of tabel page

About

This is a simple web app with CRUD operations, i used a HTML, CSS, NodeJS and MongoDB Atlas cloud.


Languages

Language:JavaScript 60.0%Language:Handlebars 40.0%