Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antrikshmisri/jetbrains-pychamps
This is the sample project for Jetbrains Pychamps hackathon.
https://github.com/antrikshmisri/jetbrains-pychamps
Last synced: 8 days ago
JSON representation
This is the sample project for Jetbrains Pychamps hackathon.
- Host: GitHub
- URL: https://github.com/antrikshmisri/jetbrains-pychamps
- Owner: antrikshmisri
- Created: 2020-11-06T19:05:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T17:49:00.000Z (about 4 years ago)
- Last Synced: 2024-11-17T20:49:21.391Z (2 months ago)
- Language: HTML
- Homepage: https://opencity-pychamps.herokuapp.com/
- Size: 21.9 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jetbrains-Pychamps
# About This Project
This is a sample project for jetbrains pychamps hackathon.
## Built With
> * [NodeJS][1]
> * [Express][2]
> * [Firebase][3][1]: https://nodejs.org/en/ "NodeJS"
[2]: https://expressjs.com/ "ExpressJS"
[3]: https://firebase.google.com/ "Firebase"## Getting Started
This section demonstrates how you can get this project up and running on your local machine.
## Prerequisites
Here are the prerequisites for this project.
> * npm## Installation
1. Clone the repo
```
https://github.com/antrikshmisri/Jetbrains-Pychamps.git
```2. Goto the repo
```bash
cd Jetbrains-Pychamps
```3. Install npm packages
```
npm install
```## Usage
To run the server use the following command
```javascript
nodemon app.js
//The server runs on localhost:5050
```