Skip to content

PJWaters/Coo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coo

Coo - F.A.R.M stack BoilerPlate

F.A.R.M - FastAPI, React, MongoDB

This boilerplate utilizes FastAPI to build a REST API, MongoDB for data storage, and React to build the front end

Technologies

Backend

Frontend

Installation

Backend

CD into the backend directory

Create a virtual environment

Install the required packages using pip install -r requirements.txt

Create a .env file in the backend directory and add the following variables:

  • PORT - The port to run the server on
  • HOST - The host IP to run the server on
  • DEBUG_MODE - Whether or not to run the server in debug mode
  • MONGO_URI - The URI to connect to MongoDB
  • MONGO_DB_NAME - The name of the database to connect to

Run the server using python main.py

Frontend

CD into the frontend directory

run npm install

Run the server using npm run start

About

This is a F.A.R.M stack Boilerplate. It's as glorious as a highland coo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published