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

https://github.com/gmoqa/forktime-api

:fork_and_knife: Forktime is a small project to boost my friend's company (food services), will I finish it? will it go to production? nobody knows.
https://github.com/gmoqa/forktime-api

express nodejs rest-api

Last synced: about 2 months ago
JSON representation

:fork_and_knife: Forktime is a small project to boost my friend's company (food services), will I finish it? will it go to production? nobody knows.

Awesome Lists containing this project

README

          

FORKTIME-API
==================================

> Forktime is a small project to boost my friend's launchs company, will I finish it? will it go to production? nobody knows.

Getting Started
---------------

```sh
# clone it
git clone git@github.com:gmoqa/forktime-api.git
cd forktime-api

# Install dependencies
npm install

# Start server:
npm start
```
Docker Support
------
```sh
cd forktime-api

# Build your docker
docker build -t forktime/api .

# run your docker
docker run -p 3000:8080 forktime/api

```

License
-------

MIT