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

https://github.com/benjaminmichaelis/jobsherpa

A simple site for keeping track of the details of your job search
https://github.com/benjaminmichaelis/jobsherpa

Last synced: about 2 months ago
JSON representation

A simple site for keeping track of the details of your job search

Awesome Lists containing this project

README

        

# JobSherpa

A simple site for keeping track of the details of your job search

## Installation and Startup Steps

1. Install [Node.js](https://nodejs.org/en/download/) version 16.0 or higher
2. Clone the project locally
3. Navigate to the project locally, and open up your terminal and run `npm install`
4. To launch the application, run `npm run dev` (Compiles and hot-reloads for development)

## Development

To run frontend development:

- Navigate to Web Project (`cd JobSherpa.Web`)
- Run frontend with `npm run dev` command

To run backend server:

- Navigate to Data Project (`cd JobSherpa.Data`)
- Run server with `npm run start` command

The server should then be available locally at

## Production

To compile and minifies for production:
`npm run build`

## Lints and fixes files

To check if files need linting:

`npm run lint`

To try and fix files:

`npm run lint:fix`