- Everything works the same, just a different repo. and name.
- SchoolApp repo. privated to protect environment variables when launching app to production.
- User posting, liking, commenting
- Checking school schedule and events
- RSVPing for events
- Associating (linking) student with parent users
- Parent notifying school of absence
- Users can change their profile picture
- A faculty overview panel (website)
- Faculty can create event dates (website)
- Faculty can resolve parent messages (website)
- Install NodeJS
- Clone the respective directories
- Install Yarn
- Run Yarn Install within each directory
- For hosting, obtain environment variables from host provider
Starting the app for development
yarn start
Deploying the app on Expo app store
expo publish
Starting the backend API for development
yarn start
You can use nodemon for auto reloading
Building the backend API from TS to JS
yarn build
Starting the faculty website for development
yarn dev
Starting the faculty website
yarn start
Building the faculty website TS to JS
yarn build
Linting
yarn lint
