Skip to content

Commit f0b172a

Browse files
added readme
1 parent 853d366 commit f0b172a

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

app/workout/readme.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Fit-Journal with NodeJS
2+
3+
Track your workout history whether it be resistance or cardiovascular training, all in one place!
4+
This project is built on Node and Express using CRUD standard practices.
5+
Create an account.
6+
Choose from a database of various exercises.
7+
View your workout history and progress.
8+
9+
## Getting Started
10+
11+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
12+
13+
## Running the tests
14+
15+
Explain how to run the automated tests for this system
16+
17+
### Break down into end to end tests
18+
19+
Explain what these tests test and why
20+
21+
```
22+
Give an example
23+
```
24+
25+
### And coding style tests
26+
27+
None at this time
28+
29+
```
30+
31+
32+
33+
## Built With
34+
35+
- [Node.js](https://nodejs.org/en/docs/) - JavaScript runtime
36+
- [Express](https://expressjs.com/en/api.html) -web application framework
37+
- [Travis CI](https://docs.travis-ci.com/) - Used for continuous integration
38+
- [MongoDB](https://docs.mongodb.com/manual/) - Used for database management
39+
40+
## Contributing
41+
42+
Not seeking contribution at this time.
43+
44+
## Versioning
45+
46+
## Authors
47+
48+
- **Ernest Phillips** -
49+
50+
## License
51+
52+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
53+
54+
## Acknowledgments
55+
```

0 commit comments

Comments
 (0)