Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lepharamramchiary/help-center
https://github.com/lepharamramchiary/help-center
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lepharamramchiary/help-center
- Owner: LepharamRamchiary
- Created: 2024-08-29T05:18:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T10:46:02.000Z (5 months ago)
- Last Synced: 2024-08-30T06:35:52.747Z (5 months ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```