Simple Social -
First Version - 1.0
Includes:
- Posts,
- Groups, and
- Users
Updated the 'Requirements.txt' file for running the project
Post Installation,
1. Create virtual environment and activate it.
$source Kred/bin/activate
2. Database migrations
$ ./manage.py makemigrations
$ ./manage.py migrate
3. Run the server
$ ./manage.py runserver 8080