Skip to content

pakkibokati2012/futbookee-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published