A fun website to post news about what's poppin' in the tech with tim discord
ship MVPspam control and better auth- user roles for moderation
All communication happens in the discord server, so ping @SoulNinja#1717
there to ask about features you want to implement etc.
- Create a
.env
file in the config folder in the root project directory - Add these key value pairs
PORT=[port number of ur wish]
DBURI=[mongo db url]
JWT_SECRET=[some random gibberish]
- run
npm ci
- run
node seeder.js -d
- run
node seeder.js -i
- run
npm run dev
- visit the website running on localhost
You can either register a new user on your local dev setup OR login to this sample user using these credentials
{
"email": "testuser@test.com",
"password": "testpassword"
}