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.
- Host: GitHub
- URL: https://github.com/gmoqa/forktime-api
- Owner: gmoqa
- License: mit
- Created: 2019-03-06T15:38:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:16:20.000Z (over 3 years ago)
- Last Synced: 2025-03-04T06:12:36.084Z (over 1 year ago)
- Topics: express, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 299 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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