Technologies Getting Started Collaborators
A full-stack application that allows users to post their original written content, discover content from other users, follow their favorite content creators, and comment on posted content.
User's have full CRUD capabilities on their own content, so previously published content can be revised or removed by the original content creator.
Check out the server-side repo!
- React
- Firebase Authentication
- Next.js
- JavaScript
- CSS
- Visual Studio Code
TO run this server-side of this project, you will need to clone this repo along with the server-side repo for this project. You will also need a code editor like Visual Studio.
Here you list all prerequisites necessary for running your project. For example:
How to clone your project
git clone your-project-url-in-github
How to start your project
cd project-name
npm install
npm i --save react-select
npm run prepare
You'll need to run the server-side before running the client-side.
You will also need to create a firebase authentication and web app connection for this application.
Once you've created these, Firebase will give you the SDKs you need to add to an .env file in the application on your local machine.
After you .env is setup, you can start your backend server followed by your frontend server.
To run the frontend server:
npm run dev
Special thank you for all people that contributed to this project.
Haley Smith |
Alex Berka |
Yarelis Martin |
Jesse French |