Skip to content
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

Setting up the database #18

Open
3 tasks
MuhammadKhalilzadeh opened this issue Sep 21, 2024 · 0 comments
Open
3 tasks

Setting up the database #18

MuhammadKhalilzadeh opened this issue Sep 21, 2024 · 0 comments
Assignees
Labels
backend Backend related tasks/issues

Comments

@MuhammadKhalilzadeh
Copy link
Collaborator

In order to be able to play with our User model and also proceed with the development, we will need our PostgreSQL database.
Also, to create our User model, we need to install and add our PostgreSQL package first.

So, please move forward as below:

  • Install the necessary PostgreSQL package on the Server side, since it is needed for creating the user model.

No need for DB configuration for now, or if you do, make it not interrupting the run or throw any errors.

  • Create a directory called mock for our mock data. For now we move forward with that.

  • Generate a list of mock data for the user according to the model provided in this link: Click

@MuhammadKhalilzadeh MuhammadKhalilzadeh added the backend Backend related tasks/issues label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related tasks/issues
Projects
None yet
Development

No branches or pull requests

2 participants