42 Portfolio Source Code Built with Django and React
📖 Wiki: https://github.com/pulgamecanica/42Portfolio/wiki
🗂️ Project: https://github.com/users/pulgamecanica/projects/2
📋 Notion: https://www.notion.so/42-lisboa-porto/Skill-Portfolio-Tech-70ca05b0f1184f90a745d356710f870e
💻 Discord: https://discord.gg/afDecM2jnR
🍇 Gather: https://app.gather.town/invite?token=9TUswIOqTwSqonz0EqJn
DB vizual tool: https://sql.toad.cz/?keyword=default
First clone the repo:
git clone https://github.com/pulgamecanica/42Portfolio
Create a .env file and fill the variables according to the .env.example
Then run the Docker containers for the DataBase and Django App
docker compose up
Make sure you've installed all the modules needed for the project. We recommend you run a new virtual environment for developing:
pipenv shell
pip install -r requirements.txt
If you want to work on the frontend you need to start the react app:
cd frontend
npm install
npm start
🖥️ Now you are Good to go!
Made with contrib.rocks.