Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 942 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 942 Bytes

futbookee-backend

A basic futsal booking system built with Node.js with the following features:

  • New User Account Creation only after phone number validation
  • New Futsal Registration
  • Ability to Update / Delete Account
  • Session Tracking for Logged-In Users

Live Demo

No live demo yet.

Installation & Setup

  1. Install Node.js & MongoDB if you haven't already.

  2. Clone this repository and install its dependencies.

     > git clone https://github.com/pakkibokati2012/futbookee-backend.git
     > cd futbookee-backend
     > npm install
    
  3. In a separate shell start MongoDB.

     > mongod
    
  4. From within the futbookee-backend directory start the server.

     > npm run start
    
  5. Run in Postman

Contributing

Questions and suggestions for improvement are welcome.