micahondiwa / enwriters_v0

Alx specialization Portfolio Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enwriters

  • This is alx specialization portfolio project.

How to use this repo - getting started:

  1. Clone the repo.
  2. Cd to the root directory.
  3. Create a python virtual environment (venv):
python -m venv venv

or

python3 -m venv venv
  1. Activate the venv:
  • In windows:
.\venv\Scripts\activate

or

venv\Scripts\Activate.ps1
  • In Mac:
source venv/bin/activate
  1. Install all packages/libraries using requirements.txt file:
pip install -r requirements.txt
  1. You can now run the app:
python .\run.py
  1. Check the API endpoints from a browser:
    http://127.0.0.1:5000/docs
    
  2. start the frontend:
cd frontend
npm start
  1. View the landing page:
http://localhost:3000

Files and Folders

Contributers:

About

Alx specialization Portfolio Project


Languages

Language:JavaScript 45.7%Language:Python 29.5%Language:CSS 19.7%Language:HTML 4.0%Language:Mako 1.1%