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

https://github.com/hasanali112/abstract


https://github.com/hasanali112/abstract

Last synced: 3 months ago
JSON representation

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 dependency

3. **Backend:**

- Now change the dr `cd backend` folder.
- Now run the command `npm install` for install dependency

4. **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

---