Skip to content

freshbash/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50W Project 1: wiki

Wikipedia clone

Features and functionalities

Home Page: /

It will display links to all the entries currently stored in the database.

Entry Page: /wiki/str:title

Sending a request to this url (with <title> replaced by your search parameter) will check if the user inputted title is in the records. If it is the relevant entry is displayed to the user.

Search:

Takes in the user input from the search bar and searches a matching entry. If found, it will directly show the entry. Otherwise will result a list of possible search results.

Create a New Page:

Lets the user create a new page.

Edit an existing page:

Lets the user edit an existing page.

Random Page:

Displays an arbitrary entry to the user upon clicking the link.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published