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.
- job posts 🧑🎓
- search and filtering 🔍
- interview preparation resources - links and files that can be useful for the interview preparation
- Fork and clone the repo:
$ git clone https://github.com/NenadPantelic/Intern-xplorer
$ cd Intern-xplorer
- 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
-
Install Elastic search. Follow these instructions.
-
Run the app
$ python manage.py runserver (or ./manage.py)
- Install dependencies from
package.json
$ npm install
- Run the node server (React app)
$ npm start