Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chomelc/statify-server

This server handles the login process of the Statify app.
https://github.com/chomelc/statify-server

nodejs

Last synced: 1 day ago
JSON representation

This server handles the login process of the Statify app.

Awesome Lists containing this project

README

        



Statify Server

This server handles the login process of the [Statify](https://github.com/chomelc/Statify) app.

## :gear: Running the server in development

Install or update dependencies with:

```bash
npm install
```

Run `npm run start` and navigate to http://localhost:8000/.

## :round_pushpin: Production environment

The server application is deployed with Heroku [here](https://appstatify-api.herokuapp.com/).