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

Can't run the project on my computer #441

Open
IcaroSalgado opened this issue May 14, 2021 · 4 comments
Open

Can't run the project on my computer #441

IcaroSalgado opened this issue May 14, 2021 · 4 comments

Comments

@IcaroSalgado
Copy link

Hello. I'm trying to run the project on Ubuntu 20.04 LTS on WSL2, after doing everything I can run the server, but I get:

image

In terminal:

image

I think that this is because I haven't done this step:
Then refer to env.md for environment variables and keep those in the .env file in the current folder as your project is in.
Because I don't know how to do it.

Thanks since now.
Regards.

@MaximShcharbitski
Copy link

Hello. I'm trying to run the project on Ubuntu 20.04 LTS on WSL2, after doing everything I can run the server, but I get:

I think that this is because I haven't done this step:
Then refer to env.md for environment variables and keep those in the .env file in the current folder as your project is in.
Because I don't know how to do it.

Hi.

You should create a .env file in the root of the project, next to the file env.md.
In the file .env you need to define the variables from the file env.md
To run the project locally, the #Environment variables and #DB variables are sufficient

But after doing all the steps I get an error when going to localhost.
If someone understands what I did wrong, please help me
image

@ViCruz14
Copy link

ViCruz14 commented Jun 3, 2021

Hello. I'm trying to run the project on Ubuntu 20.04 LTS on WSL2, after doing everything I can run the server, but I get:
I think that this is because I haven't done this step:
Then refer to env.md for environment variables and keep those in the .env file in the current folder as your project is in.
Because I don't know how to do it.

Hi.

You should create a .env file in the root of the project, next to the file env.md.
In the file .env you need to define the variables from the file env.md
To run the project locally, the #Environment variables and #DB variables are sufficient

But after doing all the steps I get an error when going to localhost.
If someone understands what I did wrong, please help me
image

same here

@Northa
Copy link

Northa commented Jul 30, 2021

Same thing. Any workaround solution would be helpful

@PoSihDun
Copy link

PoSihDun commented Jan 4, 2022

I used postman to make a post request
http://0.0.0.0(ur set ip):8000/api/auth/register/-----> you need to register a user before accessing any other features
{
"email": "name" ,
"first_name": "name" ,
"password": "name" ,
"org_name": "name"
}
once you login you will get a token and will have access to the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants