2025-06-01 00:00:001
View on GitHubCreated a REST API using Express. This API provide a way to administer a school database containing information about users and courses. Users can interact with the database to create new courses, retrieve information on existing courses, and update or delete existing courses. To make changes to the database, users will be required to log in so the API will also allow users to create a new account or retrieve information on an existing account. To complete this project, I used my knowledge of Node.js, Express, REST APIS, and Sequelize. To test the application, I used both Postman and Insomnia , two popular applications for exploring and testing REST APIs.