This is a diary app where users can note down their thoughts and feelings.
- Clone the repository
$ git clone [repo url]
- Change directory into the directory
$ cd myDiary
- Open in your text editor - For VSCode
$ code .
-
Activate virtual environment
- For Windows
$ venv\Scripts\activate- For Linux & Mac
$ source venv/bin/activate -
Install dependencies
- Django
$ pip install -r requirements.txt- Node
$ npm install -
Run the application
$ python manage.py runserver