https://github.com/hasanali112/abstract
https://github.com/hasanali112/abstract
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasanali112/abstract
- Owner: hasanali112
- Created: 2024-08-29T08:30:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T10:44:57.000Z (9 months ago)
- Last Synced: 2024-12-30T04:30:03.634Z (5 months ago)
- Language: TypeScript
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How run locally this application?
## Instructions
1. **Clone the Repository:**
```bash
git clone https://github.com/hasanali112/Abstract
cd fullstack-assignment
```2. **Frontend:**
- Now change the dr ` cd frontend`.
- Now run the command `npm install` for install dependency3. **Backend:**
- Now change the dr `cd backend` folder.
- Now run the command `npm install` for install dependency4. **Now Run both frontend and backend:**
- Frontend ` npm run dev`.
- Backend ` npm run dev`.5. **Important:**
- Must be change the mongodb url and replace user id and password other application do not run---