Skip to content

NenadPantelic/Intern-xplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intern-xplorer

This is a web app that allows users (students mostly) to find their internship or a useful resource for interview preparation. The project is still in the development phase and it is created as a project for the MLH Halfway hackathon.

Forks Stars Watchers PRs Issues License

Features

  • job posts 🧑‍🎓
  • search and filtering 🔍
  • interview preparation resources - links and files that can be useful for the interview preparation

Stack:

Setup

  • Fork and clone the repo:
$ git clone https://github.com/NenadPantelic/Intern-xplorer
$ cd Intern-xplorer

API setup

  • Create a local environment for dependencies and development
$ python3 -m venv env
$ source env/bin/activate
  • Install dependencies with pip
$ pip install -r requirements.txt
$ python manage.py runserver (or ./manage.py)

UI setup

  • Install dependencies from package.json
$ npm install
  • Run the node server (React app)
$ npm start

Contributors ✨

About

MLH Halfway hackathon project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors