Skip to content

otitamario/fastapi-project-tech-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Back End


pip install -r requirements.txt
create you .env file as .env.example
create your database on postgresql , the same database name in .env file

Run the command: alembic init alembic
Run the command: alembic revision --autogenerate -m "creat users table"
Run the command: alembic upgrade head
Run server: uvicorn app.main:app --host localhost --port 8000 --reload
The Api documentation is on this url:
http://localhost:8000/docs

Front End


npm install
npm start

To do:


Finish the dashboard frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 39.0%
  • JavaScript 36.6%
  • HTML 19.6%
  • Shell 2.3%
  • CSS 1.5%
  • Mako 1.0%