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

https://github.com/banrovegrie/openings

App that serves as a Job Application Portal
https://github.com/banrovegrie/openings

Last synced: about 2 months ago
JSON representation

App that serves as a Job Application Portal

Awesome Lists containing this project

README

        

# Openings
App that serves as a Job Application Portal with required functionalities available for both Recruiter and Applicant.

## Installing

### Backend

Install modules required for backend REST API

```bash

cd backend/
npm install

```

Fill details required in `sample.env` and change its name to `.env`

```bash

mv sample.env .env

```

Run backend code

```bash

npm start

```

### Frontend

Install required modules for frontend

```bash

cd frontend/
npm install

```

Run frontend code

```bash

npm start

```