CodeSaver is an application designed for the purpose of helping developers of various computer languages save, find and recycle their code with ease. The platform includes a number of features that allow users to find, read, and edit code saved in snippets. Users can create and edit their own snippets, search snippets by tag/topic, view and save other users' snippets, and view admin-recommended snippets. They can also import snippets from and export snippets to GitHub via the GitHub Gists API.
Saleh Alkhalifa | Nic Shepard | Will Cohen
Clone the project:
git clone [email protected]:whysgai/WebDev_FinalProject.git
Install Dependencies:
npm install
Run the application:
npm run start-local
To access CodeSaver online, please visit this url.
- Admin User: [email protected] / password123
- User One: [email protected] / password123
- User Two: [email protected] / password123
- Gist User: [email protected] / password123
- group3person / nicsalehwill3

