Skip to content

dikshaguptaa/CEN3031-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gator Grind

Repository structure

- backend
- client
   - public: all pictures/videos/icons/etc stored here
   - src:
      - components: all components are stored here
         - create a folder within to store components for a specific page along with their styles.
      - pages: page components are stored here
         - create a folder within to store a page along with their styles.
      - routes: route components are stored here
      - index.css: default styles that are applied to all components are in this file
      - main.jsx: this is the root component

Prerequisites

  1. Node.js

Contributing

  1. Clone repository to local
git clone https://github.com/vas1l/CEN3031-Project.git
  1. Install dependencies
# install client dependencies
cd client
npm install

# install backend dependencies
cd ../backend
npm install

# return to root directory
cd ..
  1. Add .env to backend

    • Create a new folder under backend named: .env
    • Paste environment variables
  2. Change to dev branch

git checkout dev
  1. Move to backend/frontend folder and begin coding
# for backend
cd backend

# for frontend
cd client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • CSS 23.0%
  • HTML 2.9%