abidwaqar / Sports-Club-Web-Application

Sports Club Web Application is a MEAN Stack application build as a semester project for our course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sports-Club-Web-Application

Sports Club Web Application is a MEAN Stack application build as a semester project for our course.

To run the project project follow the following steps:

  1. Install (MEAN):
    1. MongoDb
    2. Nodejs
    3. Express
    4. Angular
  2. Run mongod.exe which is located in "C:\Program Files\MongoDB\Server\4.2\bin\mongod.exe" this will start the mongoDb database.
  3. Now clone and run the project by running following commands in command prompt:
    1. git clone https://github.com/abidwaqar/Sports-Club-Web-Application.git
    2. cd Sports-Club-Web-Application\sports-club-web-app
    3. npm install (all the dependencies will be installed)
    4. ng serve (this will start the angular server)
  4. Now open an other command prompt and run the following commands:
    1. cd Sports-Club-Web-Application\backend
    2. npm install (to install all the dependencies)
    3. npm start
  5. Now open http://localhost:4200/ and use the app :)

About

Sports Club Web Application is a MEAN Stack application build as a semester project for our course.


Languages

Language:TypeScript 58.8%Language:HTML 23.5%Language:JavaScript 16.0%Language:CSS 1.7%