shreyasvispute / MyParkingAssistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Parking Assistant

A parking booking application designed to list and rent out parking spaces.

Setup

  • Run 'npm install' to install the required dependencies for the project.
  • Then run 'npm run seed' to run the task of seeding the database.
  • Then run "npm start" to run the application on http://localhost:3000/

steps

  • Upon loading the website, the first page will be the login page.
  • A non-authenticated viewer can only create account or login.
  • Only a logged in, or authenicated, user will be able to create parkings, listings, comments and book listed parkings.
  • In addition, an authenticated user will be able to view their own profile which includes information about their account, edit the details or delete the account.

About


Languages

Language:JavaScript 76.7%Language:Handlebars 22.6%Language:CSS 0.7%