Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yeukfei02/lunchpickerapi

Lunch picker is the tool to help you to answer where should I have lunch
https://github.com/yeukfei02/lunchpickerapi

docker express hacktoberfest lunch lunch-picker mongodb mongoose nodejs typescript

Last synced: 2 days ago
JSON representation

Lunch picker is the tool to help you to answer where should I have lunch

Awesome Lists containing this project

README

        




lunchPickerApi




If you’re a working software engineer, you’ve probably encountered with one of the toughest questions, where should I have lunch?

Lunch picker is the tool you’ll turn to to answer this question.

documentation:

api url:

react admin url:

```text
username: [email protected]
password: admin
```

## Requirement

- install yarn
- install node (v16)
- install mongodb

## Testing and run

```zsh
$ yarn

// development
$ yarn run dev

// production
$ yarn run start

// run test case
$ yarn run test

// lint code
$ yarn run lint

// format code
$ yarn run format
```

## Docker

```zsh
// build images and start container in one line
docker-compose up -d --build

// go inside container
docker exec -it /bin/bash

// check container logs
docker logs

// remove and stop container
docker-compose down
```

open localhost:3000

## Contributing

Please refer to [CONTRIBUTING.md](https://github.com/yeukfei02/lunchPickerApi/blob/master/CONTRIBUTING.md)