Skip to content

Commit

Permalink
Updated READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloj2001 committed Nov 7, 2023
1 parent 77008fd commit 4568f04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion api/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Setup
1. Install dependencies with `pip install -r requirements.txt`.
2. Create `.env` file in base directory with `DEBUG` and `SECRET_KEY` variables.
3. Create `my.cnf` in base directory with variables required to connect to MySQL database.

## Migrate Model Changes
When you make changes to `models.py` files, you need to run the following commands to update your local DB:
1. `python manage.py makemigrations`
2. `python manage.py migrate`

## Run
Run `python manage.py runserver` to start the server.
7 changes: 5 additions & 2 deletions web/meetup-facilitator/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# React + Vite
## Setup
1. Install dependencies with `npm i`.
2. Create `.env` file in base directory with the `VITE_CLIENT_ID` variable.

React app created using Vite.
## Run
Run `npm run dev` to start the server.

0 comments on commit 4568f04

Please sign in to comment.