Giter Club home page Giter Club logo

epl-match-reservation's Introduction

EPL-match-reservation

A web application for Match reservation system using Node.js

How to run

  1. To install all the dependancies, you need to run the following command in the terminal
    npm install
  2. Make a new file called .env and copy the contents of .env.example file in it, and change the config variables.
  3. To run the server, run
    node app.js
    or
    nodemon app
    

Run Generator

  1. You should have python3 installed with some packages like faker and json
  2. cd into generator folder, then run python nosql_generator.py
  3. mongoimport --db db_name --collection coll_name --file file_name.json --jsonArray

epl-match-reservation's People

Contributors

evraa avatar kareemosamasobeih avatar muhammad-sayed-mahdy avatar omardesoky avatar

Watchers

 avatar

epl-match-reservation's Issues

add some functionalities for users

View all users (for the admin)
Search user (for the admin)
Approve managers (for the admin)
Delete user (for the admin, and account owner)

add functionality for matches

Index (view all matches sorted by latest)
View (return match details)
Store (add new match)
Update (update match details)
Destroy (delete match, must be not reserved) --not necessary

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.