Try it online here!
| Theme / View | Light Theme | Dark Theme |
|---|---|---|
| Grid | ||
| List |
- Python with Django framework and Jinja templating language
- Vanilla JavaScript
- Clone this repository or fork it
- To clone this repository, type
git clone https://github.com/kimlimjustin/google-keep-clone.giton your terminal - To fork this repository, click fork button of this repository then type
git clone https://github.com/<your username>/google-keep-clone.git
- To clone this repository, type
- Install all the dependencies of this project by typing
pip install -r requirements.txton your terminal. - Migrate the database by typing
python manage.py migrateon the terminal. - Run this project
- Run the project locally by typing
python manage.py runserveron the terminal and it will be accessible in your localhost. - To run it on your local network, type
python manage.py runserver 0.0.0.0:8000and it will be accessible in your local network.
- Run the project locally by typing
- To deploy this project, remember to run
python manage.py collectstatic
- Build docker image using
docker-compose buildand run usingdocker-compose up - When running any command like
python manage.py collectstatic, just adddocker-compose exec web <command> - It has postgresql, so you can access with
docker-compose exec db psql -U postgres
Distributed under the MIT License. See LICENSE for more information.
- Justin Maximillian Kimlim - kimlimjustin@gmail.com
- Project link: https://github.com/kimlimjustin/google-form-clone