Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 941 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 941 Bytes

Welcome to Open Study College's CMS

!! Deployed at https://open-study-college-cms.herokuapp.com/ !!

This content management system offers a UI to manipulate the Open Study college's API and database

Ideally, through this CMS you could create, read, update and delete any data in the database. However, due to time concerns, full functionality is only available for /courses currently.

🚀 /courses offers an example of a completed CMS UI that would eventually be applied to /users , /carts .

Built using

  • React
  • Next JS
  • Javascript
  • Typescript
  • CSS Modules

Set Up

Install all dependencies with npm run i Run the development server with npm run dev Navigate to localhost:5000 The port can be modified in the dev script

##Have fun! Please feel free to add, delete and edit /courses at will.