https://github.com/biancahpp/jobserver
https://github.com/biancahpp/jobserver
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/biancahpp/jobserver
- Owner: biancahpp
- Created: 2021-01-19T17:35:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T18:17:29.000Z (over 4 years ago)
- Last Synced: 2025-01-23T01:35:23.233Z (4 months ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jobs App Server #
This app was built using ReactJS, NodeJs, MongoDB.
## Introduction ##
This fullstack application displays Job Postings. The user can filter jobs, add new jobs and also delete them.
## Getting Started ##
To get started, clone this repo and the [Client Repo](https://github.com/biancahpp/JobClient)
Create a .env file base on .env.example
On your terminal type:
npm install
npm start
## Links ##
[Client Repo](https://github.com/biancahpp/JobClient)
[Deployed app](https://youthful-spence-b0dbe0.netlify.app/)