ACCESS THE WEBISTE NOW (https://peeldb.me)
The presentation for this project can be downloaded at this link
This website aims to provides a place for schools to add all their business and community partners for other people to access. The website allows the user to search through the list, and schools can add their own partners for other schools to see.
Right now, the website lists 25 initial partners that the school uses with Contact Info, Type of Organzaiation and Name of the Organizaiton
Technology | What it is used for |
---|---|
(https://nextjs.org/) | An advanced React Framwork great for Serve Side Rendering |
(https://nodejs.org/en/guides) | An open source runtime for javascript code on the server |
(https://graphql.org/) | A query language for your API that connects your backend to your frontend |
(https://www.typescriptlang.org/) | A high level program language based on Javascript, but with types |
(https://www.apollographql.com/docs/react/) | A management client for Javascript to mange GraphQL Data |
(https://typeorm.io/) | A modern framework for GraphqlAPI in Nodejs/Typesript |
(https://www.postgresql.org/) | An Open Soure Relational Database using SQL Syntax |
$ git clone https://github.com/NimayDesai/SchoolOrganizationDB.git .
You can use the .env.example on the backend folder for your setup
Make sure you have PostgresSQL and Redis installed and running, as they are nescessary for the application to run
$ cd backend
$ yarn build
$ yarn start
$ cd frontend
$ yarn build
$ yarn start