Skip to content

gorbart/news_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

News articles REST API with FastAPI and MongoDB

Following project can be used as a foundation for a news-following application. It enables its users to save news articles and their authors in database, fetch them, update and delete - normal CRUD operations. User can also list all articles created by a specified author.

The project has been done with FastAPI and MongoDB Atlas, as mentioned in the title. These technologies are very useful for this kind of project. Especially database with a flexible schema such as Mongo is a great solution.

Link to MongoDB Atlas is in .env file, which of course isn't uploaded to GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages