Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levos-snr/faroh-app
https://github.com/levos-snr/faroh-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/levos-snr/faroh-app
- Owner: levos-snr
- Created: 2023-10-24T13:21:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T04:49:44.000Z (about 1 year ago)
- Last Synced: 2024-11-14T00:18:57.168Z (3 months ago)
- Language: JavaScript
- Size: 455 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freelance Portal App
Frelancing Jobs Portal App for Job Providers and Freelancers seeking jobs.
## Usage
Frontend Client and Backend API for Freelancing Project App.
### Install Insturctions
1. Install the dependencies using 'yarn install' command on the API folder
2. Install the dependencies using 'npm install' command on the Client folder
3. Ensure env credentials are properly configured.### Running the application
1. Navigate to API folder and run the Backend Server API with 'yarn start' command
2. Navigate to the Client folder and run the Frontend Client Server with 'npm run dev' command to start the development server.This will start the Backend, Frontend and MongoDB servers.