Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```