Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 11 days 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
```