https://github.com/odhithsen/grama-app-backend-1
https://github.com/odhithsen/grama-app-backend-1
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/odhithsen/grama-app-backend-1
- Owner: odhithSen
- Created: 2022-08-19T04:06:59.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-08-26T04:59:10.000Z (almost 4 years ago)
- Last Synced: 2025-07-10T22:17:50.317Z (about 1 year ago)
- Language: JavaScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grama-app-backend
- Clone your forked repository
```
git clone https://github.com/USERNAME/grama-app-backend
cd grama-app-backend-1
```
- Install all the dependencies
```
npm install
```
- Start the server with
```
npm start
```
- Visit your app at http://localhost:5000