Skip to content

ag94e/4you

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project similat to Twitter

django version github release version license PRs welcome

Setup

  1. Git Clone the project with: git clone https://github.com/ag94e/4you.git.
  2. Move to the base directory: cd 4you
  3. Create a new python enveronment with: python -m venv env.
  4. Activate enveronment with: env\Scripts\activate on windows, or source env/bin/activate on Mac and Linux.
  5. Install required dependences with: pip install -r requirements.txt.
  6. Make migrations with: python manage.py makemigrations and then python manage.py migrate.
  7. Run app localy with: python manage.py runserver.

Deploy

Here 4you: https://for4you.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published