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

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.

Awesome Lists containing this project

README

          

projectory-mockup

### 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)