Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayoubm490/exercise-tracker-api
This is a nodejs API built with Express and MongoDB. It's meant as a template
https://github.com/ayoubm490/exercise-tracker-api
cors dotenv express jest jest-mongodb mockingoose mongodb mongoose morgan supertest
Last synced: about 4 hours ago
JSON representation
This is a nodejs API built with Express and MongoDB. It's meant as a template
- Host: GitHub
- URL: https://github.com/ayoubm490/exercise-tracker-api
- Owner: AyoubM490
- Created: 2022-09-20T19:37:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T09:45:33.000Z (over 2 years ago)
- Last Synced: 2024-12-04T18:53:25.734Z (about 2 months ago)
- Topics: cors, dotenv, express, jest, jest-mongodb, mockingoose, mongodb, mongoose, morgan, supertest
- Language: JavaScript
- Homepage: https://exercise-tracker-api-s.herokuapp.com/
- Size: 330 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Project-Name: Back-end
> An API that provides endpoints for (project name) front end
## Built With
- JavaScript
- NodeJS
- Express
- MongoDB
## Live Demo
### [Front-end link]()
- [API-docs]()## Getting Started
*To get a local copy up and running follow these simple example steps.
1. clone the repository to you machine using your terminal:
```
git clone https://github.com/AyoubMs/node-api-template/new/main?readme=1
```
```
cd booking-an-appointment-back-end
```
2. Install the node modules:
```
yarn
```
3. To run the server use:
```
nodemon index.js
```5. To run the tests use:
```
npm run test
```To get a local copy up and running follow these simple example steps.
### Prerequisites
- NodeJS
- MongoDB
- Express
### Setup## Author
👤 **Ayoub Chahir**
- GitHub: [@AyoubMS](https://github.com/AyoubMs)
- Twitter: [@KnowledgeUserD](https://twitter.com/KnowledgeUserD)
- LinkedIn: [Ayoub Chahir](https://www.linkedin.com/in/ayoub-chahir/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/sentayhu19/Book-an-appointment-back-end/issues).## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.