-
Notifications
You must be signed in to change notification settings - Fork 0
Set up project with Django and install DRF #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signup user API
Feat | Sign in api
Feat | Sign in api
Feat | Create group API
|
I was going to add another issue, but since this exists, let me comment here. Investigate how you can use docker to set up this project. Ping me in case you want guidance. Basically the advantage of Docker is that it abstracts the platform on which you are building from the one where the application will ultimately run. So we can build on Windows, or Linux, Or Mac and the use a Linux server to host our app without worrying about platform compatibility. Docker is widely supported. |
Test groups API
Handle issue #1