The project is available online at https://MEMENTO.onrender.com/views/dashboard
- Using Technologies
- Description
- Project Installation
- Implementation
- Information for Developers
- License
In our application, users can share their images. For convenience, a system of tags and ratings has been introduced. You can also edit your images. Кegister and save your memories
To manage project dependencies, poetry
is used.
-
Make sure you have
poetry
installed -
Clone the repository
git clone https://github.com/NightSpring1/InstaLike_PhotoSharing
-
To install the dependencies, use the
poetry install
orpoetry sync
command.
Detailed steps in your terminal a following:
git clone https://github.com/NightSpring1/InstaLike_PhotoSharing
cd InstaLike_PhotoSharing
poetry install
python main.py
Once the application is running locally, you can browse to run it on your local host using the following links:
-
To view detailed information on our project http://localhost:8000/views/info
-
To view detailed information on our project in
JSON
format http://localhost:8000/ -
To test the connection to the database and server time information http://localhost:8000/api/healthchecker
We implemented our application using the REST API for maximum convenience in further front-end development
All documentation on interacting with our API is available at the following links:
- To view
swagger
documentation http://localhost:8000/docs
Original project with all history of commits you can find here -> https://github.com/NightSpring1/InstaLike_PhotoSharing/. The documentation may be useful to other developers who can use it to develop our project.
This project is licensed under the terms of the MIT License.
Copyright © [FastTrack Codes]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.