Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lepharamramchiary/help-center


https://github.com/lepharamramchiary/help-center

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Help Center API Assignment

## Instructions

1. **Clone the Repository:**
```bash
git https://github.com/LepharamRamchiary/help-center
cd help-center
```

2. **Backend:**
```bash
cd api
npm i // for installing node_module
```
- Set-up .env file-
```
PORT = YOUR_PORT_NUMBER
MONGODB_URL = YOUR_MONGODB_URL
```
- Start Server
```bash
npm start // if you have nodejs
or
npm run dev // if you have install nodemon
```

3. **Frontend:**
```bash
cd client
npm i // for installing node_module
```
- Start a react app
```bash
npm start
```