Skip to content

A web application to which you can upload Codeforces problems for easy access.

Notifications You must be signed in to change notification settings

Ceilingsz/CP-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CP Database is an application that allows you to upload user submissions from codeforces for easy access. It uses Express JS for the backend with PostgreSQL for a database. It has been deployed at https://cfdb.onrender.com/ :)

Set up to run locally

Create a new database in PGSQL and create two tables, one for the uploaded problems and one for storing user email/passwords. You can use the database.txt and users.txt file to find the necessary code for creating the tables. Make sure to edit in the information correctly in app.js to ensure connection to database. Run npm i to install the required dependencies,

Running the application

Use node app.js to run the application locally after setting up the database.

About

A web application to which you can upload Codeforces problems for easy access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published