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

https://github.com/keshavabanda/workout-buddy-fullstack

This is Simple MEAN STACK App
https://github.com/keshavabanda/workout-buddy-fullstack

angular encryption-decryption express html-css-javascript javascript-library jsonwebtoken jwt local-environment models mongodb mongoose node routes schema typescript ui-design

Last synced: 3 months ago
JSON representation

This is Simple MEAN STACK App

Awesome Lists containing this project

README

          

# workout-buddy-fullstack
To Run the app use below command
```sh
$ npm install && npm start
```
To Run the only backend app use below command
```sh
$ cd backend && npm install && npm start
```
To Run the only frontend app use below command
```sh
$ cd frontend && npm install && npm start
```