codefellows-readme-templates
Version:
Code Fellows Readme Templates
20 lines (18 loc) • 606 B
Markdown
# LAB - Class xx
## Project: Project Name Here
### Author: Student/Group Name
### Links and Resources
- [back-end server url](#) (when applicable)
- [front-end application](#) (when applicable)
### Setup
`.env` requirements (where applicable)
**i.e.**
- `PORT` - Port Number
- `DATABASE_URL` - URL to the running Postgres instance/db
#### How to initialize/run your application (where applicable)
- e.g. `python main.py`
#### How to use your library (where applicable)
#### Tests
- How do you run tests?
- Any tests of note?
- Describe any tests that you did not complete, skipped, etc