Skip to content

zshawar/AllSports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AllSports

Network Based App Development Semester Project from Spring 2022

Getting Started

To get you started you can simply clone the repository:

git clone https://github.com/zshawar/AllSports.git

and install the dependencies

npm install

Prerequisites

You need git to clone the repository. You can get git from http://git-scm.com/.

A number of node.js tools is necessary to initialize and test the project. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/. The tools/modules used in this project are listed in package.json and include express, mongodb and mongoose.

MongoDB

The project uses MongoDB as a database. If you are on Mac and using Homebrew package manager the installation is as simple as brew install mongodb.

Nodemon

The project was run using nodemon. You can learn more about nodemon from https://github.com/remy/nodemon/blob/main/README.md This will start the server. Once installed nodemon can be used with this application with the following command.

nodemon app

About

Network Based App Development Semester Project from Spring 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published