Welcome to Anchor, in this Social Blog we embark on a journey to explore the intersection of languages, technology and world curiosities.
- ReactJS
- Tailwind
- Zustand
- Django
- MySQL
To get Anchor up and running on your local machine, follow these steps
git clone https://github.com/CamiloD17/Anchor.git
cd cyclone
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
npm install
npm run build
Create a .env file in the root directory and define the following variables
- SECRET_KEY
- DEBUG
- NAME_DB
- USER_DB
- PASSWORD_DB
- HOST_DB
- PORT_DB
`python manage.py migrate ``
python manage.py runserver
Look at http://localhost:8000 in your browser to explore Anchor! ⚓