https://github.com/swimshahriar/projectory-frontend
Projectory is a platform for sellers and buyers. Sellers can sell their services and buyers can post jobs/ buy existing services.
https://github.com/swimshahriar/projectory-frontend
material-ui reacthookform reactjs redux redux-thunk
Last synced: 2 months ago
JSON representation
Projectory is a platform for sellers and buyers. Sellers can sell their services and buyers can post jobs/ buy existing services.
- Host: GitHub
- URL: https://github.com/swimshahriar/projectory-frontend
- Owner: swimshahriar
- Created: 2021-05-27T17:45:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T03:43:56.000Z (over 4 years ago)
- Last Synced: 2025-02-13T08:32:17.916Z (over 1 year ago)
- Topics: material-ui, reacthookform, reactjs, redux, redux-thunk
- Language: JavaScript
- Homepage: https://projectory-front.netlify.app/
- Size: 2.17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Live 🔥
Website: [https://projectory-front.netlify.app/](https://projectory-front.netlify.app/)
### Getting Started 👨💻
#### 1. Download or Cloning ⬇️
First, download or clone the repository to your local machine. For cloning execute `git clone https://github.com/swimshahriar/projectory-frontend.git`.
#### 2. Installing Packages 🗳
Execute `npm install` or `yarn install` and it will download the packages locally.
**Note: Make sure you have nodejs installed in your machine. If you want to run via yarn then you have to install yarn too.**
#### 3. Starting the development server 🏁
Execute `npm run dev` or `yarn run dev` and it will open the development server on the localhost.
### Environment Variables 📄
Rename the file `.env.example` to `.env.local` and fill out the varriables.
```
VITE_API_BASE_URI=http://localhost:8000/api
VITE_SOCKET_SERVER_URL=http://localhost:9000
VITE_ADMIN_ID="admin id goes here"
```
### Links 🔗
- Server Repo: [Click Here](https://github.com/swimshahriar/projectory-api)
- Socket Server Repo: [Click Here](https://github.com/swimshahriar/projectory-socket-server)
