https://github.com/olawale-o/prayers-connect-task-server
A REST API for tasks
https://github.com/olawale-o/prayers-connect-task-server
docker docker-compose mongodb nodejs
Last synced: 3 months ago
JSON representation
A REST API for tasks
- Host: GitHub
- URL: https://github.com/olawale-o/prayers-connect-task-server
- Owner: olawale-o
- Created: 2022-11-12T19:19:46.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-31T09:29:16.000Z (over 3 years ago)
- Last Synced: 2025-02-02T10:31:10.763Z (over 1 year ago)
- Topics: docker, docker-compose, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PRAYERS-CONNECT TASK
# Built with
- NodeJS
- MongoDB
- ExpressJS
# Getting started
## To get a local copy of this repository kindly follow the steps below.
- Scroll to top of this current repository
- Click on the `Code` button with background color green on the right end corner
- Click on the clipboard icon on the extreme right of the dropdown to copy the repository link
- In your local PC, open your terminal or command prompt in the folder you would like to clone this repository into
- Type `git clone (copied link)` on the currently opened terminal or command prompt
- Remember to change `(copied link)` to `git@github.com:olawale-o/prayers-connect-task-server.git` which is the name of the repository
# Running the app
## Development
### Install
```bash
npm install
```
### Usage
```bash
npm run dev
```
## Production
### Start container
```bash
docker compose up --build
```
### Stop container
```bash
docker compose down
```
### Stop container and remove volume
```bash
docker compose down --volumes
```
👤 **Omoogun Olawale**
* Github: [@githubhandle](https://github.com/olawale-o)
* Twitter: [@twitterhandle](https://twitter.com/ibreaktherules)
* LinkedIn: [LinkedIn](https://www.linkedin.com/in/olawaleomoogun/)
# Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page.](https://github.com/olawale-o/prayers-connect-task-server/issues)
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Prayers Connect](http://www.prayersconnect.com/)