Giter Club home page Giter Club logo

jobnow's Introduction

JobNow

Production Website Link: https://jobnow.onrender.com/

Prerequisites

Make sure you have python or python3 installed on your machine, as well as flask. Also, go to https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch/details to create an account and obtain an API key.

Installation Guide

Client

Navigate to client folder, and create a .env file and add the following line:

VITE_API_KEY="your-api-key"

In the terminal window, navigate to the client folder, and run npm install to install all dependencies. Then, run npm run dev to start the development server.

Server

Navigate to server folder, and create a .env file and add the following lines:

FLASK_SECRET_KEY=supersecretkey
DATABASE_URL=sqlite:///database.db

In a new terminal window, navigate to the server folder, and create a virtual environment.

To create a virtual environment on macOS/Linux, run the following commands:

python3 -m venv .venv
. .venv/bin/activate

To create a virtual environment on Windows, run the following commands:

py -3 -m venv .venv
.venv\Scripts\activate

Then, run python init.py to initialize the database and run python server.py to start the backend server. You may have to use python3 if the python command does not work.

Technologies & Frameworks Used

  • React.js
  • Flask
  • SQLite
  • JavaScript
  • Tailwind CSS
  • Python
  • Ant Design
  • Vite

API Used

  • JSearch

Deployed on Render

jobnow's People

Contributors

lawrenceli7 avatar kevkim12 avatar shn0w avatar mohamedadirie avatar alvisgit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.