https://github.com/techlism/vahan_cms_assignment
https://github.com/techlism/vahan_cms_assignment
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techlism/vahan_cms_assignment
- Owner: techlism
- Created: 2024-05-11T13:32:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T09:55:54.000Z (about 2 years ago)
- Last Synced: 2025-01-19T07:13:07.543Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://vahan-cms-assignment-frontend.pages.dev/
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`git clone https://github.com/techlism/vahan_cms_assignment.git`
**FOR FRONTEND**
```
cd frontend
npm install
npm start
```
**FOR BACKEND**
```
cd backend
npm install
npm run dev or npm start
```
P.S. For backend to work you will need a postgres URL like this `postgresql://vahan_cms_db_owner:********@ep-spring-flower-a1dyneq2.ap-southeast-1.aws.neon.tech/vahan_cms_db?sslmode=require` in your .env file present in backend directory.
Also Backend the hosted on render's free tier which is quite limited. It spin down quite quickly with inactivity.